# Functions
NewCandlePrice parses the lastPrice and volume to a decimal and returns a CandlePrice.
NewTickerPrice parses the lastPrice and volume to a decimal and returns a TickerPrice.
# Constants
No description provided by the author
# Variables
nolint:gomnd //const.
nolint:gomnd //const.
nolint:gomnd //const.
nolint:gomnd //const.
nolint:gomnd //const.
nolint:gomnd //const.
nolint:gomnd //const.
# Structs
CandlePrice defines price, volume, and time information for an exchange rate.
CurrencyPair defines a currency exchange pair consisting of a base and a quote.
TickerPrice defines price and volume information for a symbol or ticker exchange rate.