tai v0.0.10 Tai.Venues.FeeInfo

Link to this section Summary

Link to this section Types

Link to this type fee_type()
fee_type() :: :percent
Link to this type t()
t() :: %Tai.Venues.FeeInfo{
  account_id: atom(),
  exchange_id: atom(),
  maker: Decimal.t(),
  maker_type: fee_type(),
  symbol: atom(),
  taker: Decimal.t(),
  taker_type: fee_type()
}

Link to this section Functions