Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DerivativeStatus ¶
type DerivativeStatus struct { Symbol string MTS int64 Price float64 SpotPrice float64 InsuranceFundBalance float64 FundingEventMTS int64 FundingAccrued float64 FundingStep float64 CurrentFunding float64 MarkPrice float64 OpenInterest float64 }
func FromRaw ¶
func FromRaw(raw []interface{}) (*DerivativeStatus, error)
func FromWsRaw ¶
func FromWsRaw(symbol string, raw []interface{}) (*DerivativeStatus, error)
Click to show internal directories.
Click to hide internal directories.