Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Candlesticks ¶
type Candlesticks struct { Arg *events.Argument `json:"arg"` Candles []*market.Candlesticks `json:"data"` }
type EstimatedDeliveryExercisePrice ¶
type EstimatedDeliveryExercisePrice struct { Arg *events.Argument `json:"arg"` EstimatedDeliveryExercisePrices []*publicdata.EstimatedDeliveryExercisePrice `json:"data"` }
type FundingRate ¶
type FundingRate struct { Arg *events.Argument `json:"arg"` Rates []*publicdata.FundingRate `json:"data"` }
type IndexCandlesticks ¶
type IndexCandlesticks struct { Arg *events.Argument `json:"arg"` Rates []*market.IndexCandle `json:"data"` }
type IndexTickers ¶
type IndexTickers struct { Arg *events.Argument `json:"arg"` Tickers []*market.IndexTicker `json:"data"` }
type Instruments ¶
type Instruments struct { Arg *events.Argument `json:"arg"` Instruments []*publicdata.Instrument `json:"data"` }
type MarkPrice ¶
type MarkPrice struct { Arg *events.Argument `json:"arg"` Prices []*publicdata.MarkPrice `json:"data"` }
type MarkPriceCandlesticks ¶
type MarkPriceCandlesticks struct { Arg *events.Argument `json:"arg"` Prices []*market.IndexCandle `json:"data"` }
type OPTIONSummary ¶
type OPTIONSummary struct { Arg *events.Argument `json:"arg"` Options []*publicdata.OptionMarketData `json:"data"` }
type OpenInterest ¶
type OpenInterest struct { Arg *events.Argument `json:"arg"` OpenInterests []*publicdata.OpenInterest `json:"data"` }
type OrderBook ¶
type OrderBook struct { Arg *events.Argument `json:"arg"` Books []*market.OrderBookWs `json:"data"` }
type PriceLimit ¶
type PriceLimit struct { Arg *events.Argument `json:"arg"` Limit []*publicdata.LimitPrice `json:"data"` }
Click to show internal directories.
Click to hide internal directories.