Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterestAndVolumeExpiry ¶
type InterestAndVolumeExpiry struct { CallOI float64 PutOI float64 CallVol float64 PutVol float64 ExpTime okex.JSONTime TS okex.JSONTime }
func (*InterestAndVolumeExpiry) UnmarshalJSON ¶
func (c *InterestAndVolumeExpiry) UnmarshalJSON(buf []byte) error
type InterestAndVolumeRatio ¶
func (*InterestAndVolumeRatio) UnmarshalJSON ¶
func (c *InterestAndVolumeRatio) UnmarshalJSON(buf []byte) error
type InterestAndVolumeStrike ¶
type InterestAndVolumeStrike struct { Strike float64 CallOI float64 PutOI float64 CallVol float64 PutVol float64 TS okex.JSONTime }
func (*InterestAndVolumeStrike) UnmarshalJSON ¶
func (c *InterestAndVolumeStrike) UnmarshalJSON(buf []byte) error
type PutCallRatio ¶
func (*PutCallRatio) UnmarshalJSON ¶
func (c *PutCallRatio) UnmarshalJSON(buf []byte) error
type Ratio ¶
func (*Ratio) UnmarshalJSON ¶
type SupportCoin ¶
type TakerFlow ¶
type TakerFlow struct { CallBuyVol float64 CallSellVol float64 PutBuyVol float64 PutSellVol float64 CallBlockVol float64 PutBlockVol float64 TS okex.JSONTime }
func (*TakerFlow) UnmarshalJSON ¶
type TakerVolume ¶
func (*TakerVolume) UnmarshalJSON ¶
func (c *TakerVolume) UnmarshalJSON(buf []byte) error
Click to show internal directories.
Click to hide internal directories.