Spot instrument struct holding currency information
https://www.okex.com/docs/en/#spot-currency
t() :: %ExOkex.Spot.Instrument{ base_currency: String.t(), instrument_id: String.t(), min_size: String.t(), quote_currency: String.t(), size_increment: String.t(), tick_size: String.t() }