tai v0.0.23 Tai.Venues.FeeInfo
Link to this section Summary
Link to this section Types
Link to this type
fee_type()
fee_type()
fee_type() :: :percent
fee_type() :: :percent
Link to this type
t()
t()
t() :: %Tai.Venues.FeeInfo{
account_id: Tai.Venues.Adapter.account_id(),
maker: Decimal.t(),
maker_type: fee_type(),
symbol: Tai.Venues.Product.symbol(),
taker: Decimal.t(),
taker_type: fee_type(),
venue_id: Tai.Venues.Adapter.venue_id()
}
t() :: %Tai.Venues.FeeInfo{ account_id: Tai.Venues.Adapter.account_id(), maker: Decimal.t(), maker_type: fee_type(), symbol: Tai.Venues.Product.symbol(), taker: Decimal.t(), taker_type: fee_type(), venue_id: Tai.Venues.Adapter.venue_id() }
Link to this section Functions
Link to this function