# Functions
AllModuleNames returns a list of all default module names.
ExchangeAccountInfo returns account information for requested exchange.
ExchangeDepositAddress returns deposit address (if supported by exchange).
ExchangeExchanges returns list of exchanges either enabled or all.
ExchangeOrderbook returns orderbook for requested exchange & currencypair.
ExchangeOrderCancel cancels order on requested exchange.
ExchangeOrderQuery query order on exchange.
ExchangeOrderSubmit submit order on exchange.
ExchangePairs returns currency pairs for requested exchange.
ExchangeTicker returns ticker data for requested exchange and currency pair.
ExchangeWithdrawCrypto submit request to withdraw crypto assets.
ExchangeWithdrawFiat submit request to withdraw fiat assets.
WriteAsCSV takes in a slice matrix to save to file.
# Constants
ErrEmptyParameter error to return when empty parameter is received.
ErrParameterConvertFailed error to return when type conversion fails.