Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Execution ¶
type Execution FundingTrade
type FundingTrade ¶
type FundingTrade struct { ID int64 Symbol string MTSCreated int64 OfferID int64 Amount float64 Rate float64 Period int64 Maker int64 }
func FromRaw ¶
func FromRaw(raw []interface{}) (ft *FundingTrade, err error)
type HistoricalSnapshot ¶
type HistoricalSnapshot Snapshot
func HistoricalSnapshotFromRaw ¶
func HistoricalSnapshotFromRaw(raw []interface{}) (HistoricalSnapshot, error)
type Update ¶
type Update FundingTrade
Click to show internal directories.
Click to hide internal directories.