ExOkex v0.4.0 ExOkex.Spot.Instrument 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

Link to this type

t()

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