tai v0.0.56 Tai.Venues.FeeInfo

Link to this section Summary

Link to this section Types

Link to this type

credential_id()

credential_id() :: Tai.Venue.credential_id()
Link to this type

fee_type()

fee_type() :: :percent
Link to this type

t()

t() :: %Tai.Venues.FeeInfo{
  credential_id: credential_id(),
  maker: Decimal.t(),
  maker_type: fee_type(),
  symbol: symbol(),
  taker: Decimal.t(),
  taker_type: fee_type(),
  venue_id: venue_id()
}
Link to this type

venue_id()

venue_id() :: Tai.Venue.id()

Link to this section Functions