Documentation
¶
Index ¶
- type GetDeliveryExerciseHistory
- type GetDiscountRateAndInterestFreeQuota
- type GetEstimatedDeliveryExercisePrice
- type GetFundingRate
- type GetInstruments
- type GetLimitPrice
- type GetLiquidationOrders
- type GetMarkPrice
- type GetOpenInterest
- type GetOptionMarketData
- type GetPositionTiers
- type GetUnderlying
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFundingRate ¶
type GetFundingRate struct {
InstID string `json:"instId"`
}
type GetInstruments ¶
type GetInstruments struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
type GetLimitPrice ¶
type GetLimitPrice struct {
InstID string `json:"instId"`
}
type GetLiquidationOrders ¶
type GetLiquidationOrders struct {
InstID string `json:"instId,omitempty"`
Ccy string `json:"ccy,omitempty"`
Uly string `json:"uly,omitempty"`
After int64 `json:"after,omitempty,string"`
Before int64 `json:"before,omitempty,string"`
Limit int64 `json:"limit,omitempty,string"`
InstType okex.InstrumentType `json:"instType"`
MgnMode okex.MarginMode `json:"mgnMode,omitempty"`
Alias okex.AliasType `json:"alias,omitempty"`
State okex.OrderState `json:"state,omitempty"`
}
type GetMarkPrice ¶
type GetMarkPrice struct {
InstID string `json:"instId,omitempty"`
Uly string `json:"uly,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
type GetOpenInterest ¶
type GetOpenInterest struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
type GetOptionMarketData ¶
type GetPositionTiers ¶
type GetUnderlying ¶
type GetUnderlying struct {
InstType okex.InstrumentType `json:"instType"`
}
Click to show internal directories.
Click to hide internal directories.