# Structs
BotConfig contains all config data of the bot, which can be also loaded from config file.
CandleStick represents a single candlestick in a chart.
CandleStickChart represents a chart of a market expresed using Candle Sticks.
ExchangeBindingsConfig represents the binding of market names between bot notation and exchange ticker.
ExchangeConfig Represents a configuration for an API Connection to an exchange.
Market represents the environment the bot is trading in.
MarketConfig contains all market configuration data.
MarketSummary represents the summary data of a market.
Order represents a single order in the Order Book for a market.
OrderBook represents a standard orderbook implementation.
StrategyConfig contains where a strategy will be applied in the specified exchange.
Ticker provides data incoming from API Tickers, which have little amount of informationregarding very last updates from a market.
# Type aliases
OrderType is an enum {ASK, BID}.