Versions in this module Expand all Collapse all v1 v1.10.1 Aug 25, 2021 v1.1.1 Aug 25, 2021 v1.0.3 Aug 25, 2021 v1.0.2 Aug 25, 2021 v1.0.1 Aug 25, 2021 Changes in this version + const DAY1 + const DEPTH_SIZE_FIVE + const DEPTH_SIZE_TEN + const DEPTH_SIZE_TWENTY + const HOUR4 + const MIN1 + const MIN15 + const MIN30 + const MIN5 + const MIN60 + const MON1 + const STEP0 + const STEP1 + const STEP2 + const STEP3 + const STEP4 + const STEP5 + const WEEK1 + const YEAR1 + type Candlestick struct + Amount decimal.Decimal + Close decimal.Decimal + Count int64 + High decimal.Decimal + Id int64 + Low decimal.Decimal + Open decimal.Decimal + Vol decimal.Decimal + type CandlestickAskBid struct + Amount decimal.Decimal + Ask []decimal.Decimal + Bid []decimal.Decimal + Close decimal.Decimal + Count int64 + High decimal.Decimal + Id int64 + Low decimal.Decimal + Open decimal.Decimal + Version int64 + Vol decimal.Decimal + type Depth struct + Asks [][]decimal.Decimal + Bids [][]decimal.Decimal + Timestamp int64 + Version int64 + type GetAllSymbolsLast24hCandlesticksAskBidResponse struct + Data []SymbolCandlestick + Status string + Ts int64 + type GetCandlestickOptionalRequest struct + Period string + Size int + type GetCandlestickResponse struct + Ch string + Data []Candlestick + Status string + Ts int64 + type GetDepthOptionalRequest struct + Size int + type GetDepthResponse struct + Ch string + Status string + Tick *Depth + Ts int64 + type GetHistoricalTradeOptionalRequest struct + Size int + type GetHistoricalTradeResponse struct + Ch string + Data []TradeTick + Status string + Ts int64 + type GetLast24hCandlestick struct + Ch string + Status string + Tick *Candlestick + Ts int64 + type GetLast24hCandlestickAskBidResponse struct + Ch string + Status string + Tick *CandlestickAskBid + Ts int64 + type GetLatestTradeResponse struct + Ch string + Status string + Tick *TradeTick + Ts int64 + type MarketByPrice struct + Asks [][]decimal.Decimal + Bids [][]decimal.Decimal + PrevSeqNum int64 + SeqNum int64 + type SubscribeBestBidOfferResponse struct + Tick ... + type SubscribeCandlestickResponse struct + Data []Tick + Tick *Tick + type SubscribeDepthResponse struct + Data *Depth + Tick *Depth + type SubscribeLast24hCandlestickResponse struct + Data *Candlestick + Tick *Candlestick + type SubscribeMarketByPriceResponse struct + Data *MarketByPrice + Tick *MarketByPrice + type SubscribeTradeResponse struct + Data []Trade + Tick ... + type SymbolCandlestick struct + Amount decimal.Decimal + Ask decimal.Decimal + AskSize decimal.Decimal + Bid decimal.Decimal + BidSize decimal.Decimal + Close decimal.Decimal + Count int64 + High decimal.Decimal + Low decimal.Decimal + Open decimal.Decimal + Symbol string + Vol decimal.Decimal + type Tick struct + Amount decimal.Decimal + Close decimal.Decimal + Count int + High decimal.Decimal + Id int64 + Low decimal.Decimal + Open decimal.Decimal + Vol decimal.Decimal + type Trade struct + Amount decimal.Decimal + Direction string + Price decimal.Decimal + Timestamp int64 + TradeId int64 + type TradeTick struct + Data []struct{ ... } + Id int64 + Ts int64