ExOkex.Spot.Instrument (ExOkex v0.6.0) View Source

Spot instrument struct holding currency information

https://www.okex.com/docs/en/#spot-currency

Link to this section Summary

Link to this section Types

Specs

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()
}