Documentation
¶
Index ¶
- type GetDeliveryExerciseHistory
- type GetDiscountRateAndInterestFreeQuota
- type GetEstimatedDeliveryExercisePrice
- type GetFundingRate
- type GetInstruments
- type GetInterestRateAndLoanQuota
- type GetLimitPrice
- type GetLiquidationOrders
- type GetMarkPrice
- type GetOpenInterest
- type GetOptionMarketData
- type GetPositionTiers
- type GetSystemTime
- type GetUnderlying
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetDeliveryExerciseHistory ¶
type GetDeliveryExerciseHistory struct {
responses.Basic
Histories []*publicdata.DeliveryExerciseHistory `json:"data,omitempty"`
}
type GetDiscountRateAndInterestFreeQuota ¶
type GetDiscountRateAndInterestFreeQuota struct {
responses.Basic
GetDiscountRateAndInterestFreeQuotas []*publicdata.GetDiscountRateAndInterestFreeQuota `json:"data,omitempty"`
}
type GetEstimatedDeliveryExercisePrice ¶
type GetEstimatedDeliveryExercisePrice struct {
responses.Basic
EstimatedDeliveryExercisePrices []*publicdata.EstimatedDeliveryExercisePrice `json:"data,omitempty"`
}
type GetFundingRate ¶
type GetFundingRate struct {
responses.Basic
FundingRates []*publicdata.FundingRate `json:"data,omitempty"`
}
type GetInstruments ¶
type GetInstruments struct {
responses.Basic
Instruments []*publicdata.Instrument `json:"data,omitempty"`
}
type GetInterestRateAndLoanQuota ¶
type GetInterestRateAndLoanQuota struct {
responses.Basic
InterestRateAndLoanQuotas []*publicdata.InterestRateAndLoanQuota `json:"data,omitempty"`
}
type GetLimitPrice ¶
type GetLimitPrice struct {
responses.Basic
LimitPrices []*publicdata.LimitPrice `json:"data,omitempty"`
}
type GetLiquidationOrders ¶
type GetLiquidationOrders struct {
responses.Basic
LiquidationOrders []*publicdata.LiquidationOrder `json:"data,omitempty"`
}
type GetMarkPrice ¶
type GetMarkPrice struct {
responses.Basic
MarkPrices []*publicdata.MarkPrice `json:"data,omitempty"`
}
type GetOpenInterest ¶
type GetOpenInterest struct {
responses.Basic
OpenInterests []*publicdata.OpenInterest `json:"data,omitempty"`
}
type GetOptionMarketData ¶
type GetOptionMarketData struct {
responses.Basic
OptionMarketData []*publicdata.OptionMarketData `json:"data,omitempty"`
}
type GetPositionTiers ¶
type GetPositionTiers struct {
responses.Basic
PositionTiers []*publicdata.PositionTier `json:"data,omitempty"`
}
type GetSystemTime ¶
type GetSystemTime struct {
responses.Basic
SystemTimes []*publicdata.SystemTime `json:"data,omitempty"`
}
type GetUnderlying ¶
Click to show internal directories.
Click to hide internal directories.