Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarketType ¶
type MarketType string
const ( MarketTypeFuture MarketType = "future" MarketTypeSpot MarketType = "spot" )
func (*MarketType) UnmarshalJSON ¶
func (mt *MarketType) UnmarshalJSON(raw []byte) error
type MarketsMap ¶
type OrderBookEntry ¶
type OrderBookEntry struct { Symbol string Time time.Time Bid *PriceLevel Ask *PriceLevel }
type PriceLevel ¶
Click to show internal directories.
Click to hide internal directories.