Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOpenInterestAndVolume ¶
type GetOpenInterestAndVolume struct { responses.Basic InterestAndVolumeRatios []*tradedata.InterestAndVolumeRatio `json:"data,omitempty"` }
type GetOpenInterestAndVolumeExpiry ¶
type GetOpenInterestAndVolumeExpiry struct { responses.Basic InterestAndVolumeExpires []*tradedata.InterestAndVolumeExpiry `json:"data,omitempty"` }
type GetOpenInterestAndVolumeStrike ¶
type GetOpenInterestAndVolumeStrike struct { responses.Basic InterestAndVolumeStrikes []*tradedata.InterestAndVolumeStrike `json:"data,omitempty"` }
type GetPutCallRatio ¶
type GetPutCallRatio struct { responses.Basic PutCallRatios []*tradedata.PutCallRatio `json:"data,omitempty"` }
type GetSupportCoin ¶
type GetSupportCoin struct { responses.Basic SupportCoins *tradedata.SupportCoin `json:"data,omitempty"` }
type GetTakerFlow ¶
type GetTakerVolume ¶
type GetTakerVolume struct { responses.Basic TakerVolumes []*tradedata.TakerVolume `json:"data,omitempty"` }
Click to show internal directories.
Click to hide internal directories.