Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDepth5Channel ¶
func NewDepth5Channel(sym exchange.SpotSymbol) exchange.Channel
func NewTickerChannel ¶
func NewTickerChannel(sym exchange.SpotSymbol) exchange.Channel
Types ¶
type Depth5Channel ¶
type Depth5Channel struct {
// contains filtered or unexported fields
}
func (*Depth5Channel) String ¶
func (dc *Depth5Channel) String() string
type Ticker ¶
type Ticker struct { Symbol exchange.SpotSymbol Last decimal.Decimal LastQty decimal.Decimal BestBid decimal.Decimal BestBidSize decimal.Decimal BestAsk decimal.Decimal BestAskSize decimal.Decimal Open24H decimal.Decimal High24H decimal.Decimal Low24H decimal.Decimal BaseVolume24H decimal.Decimal QuoteVolume24H decimal.Decimal Time time.Time }
type TickerChannel ¶
type TickerChannel struct {
// contains filtered or unexported fields
}
func (*TickerChannel) String ¶
func (tc *TickerChannel) String() string
Click to show internal directories.
Click to hide internal directories.