Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ticker ¶
type Ticker struct { Id int64 Last decimal.Decimal // 最新成交价 LowestAsk decimal.Decimal // 卖1,卖方最低价 HighestBid decimal.Decimal // 买1,买方最高价 PercentChange decimal.Decimal // 涨跌百分比 BaseVolume decimal.Decimal // 交易量 QuoteVolume decimal.Decimal // 兑换货币交易量 High24hr decimal.Decimal // 24小时最高价 Low24hr decimal.Decimal // 24小时最低价 }
Click to show internal directories.
Click to hide internal directories.