Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Candlesticks ¶
type Candlesticks struct {
InstID string `json:"instId"`
Channel okex.CandleStickWsBarSize `json:"channel"`
}
type EstimatedDeliveryExercisePrice ¶
type EstimatedDeliveryExercisePrice struct {
InstID string `json:"instId"`
Uly string `json:"uly,omitempty"`
InstType okex.InstrumentType `json:"instType,omitempty"`
}
type FundingRate ¶
type FundingRate struct {
InstID string `json:"instId"`
}
type IndexCandlesticks ¶
type IndexTickers ¶
type IndexTickers struct {
InstID string `json:"instId"`
}
type Instruments ¶
type Instruments struct {
InstType okex.InstrumentType `json:"instType"`
}
type MarkPriceCandlesticks ¶
type MarkPriceCandlesticks struct {
InstID string `json:"instId"`
Channel okex.CandleStickWsBarSize `json:"channel"`
}
type OPTIONSummary ¶
type OpenInterest ¶
type OpenInterest struct {
InstID string `json:"instId"`
}
type PriceLimit ¶
type PriceLimit struct {
InstID string `json:"instId"`
}
Click to show internal directories.
Click to hide internal directories.