FeeType
This field indicates the type of fee that should be calculated for Orders and Trades.
Metadata
- Underlying type:
u8
Values
| Key | Value | Description |
|---|---|---|
| None | 0 | No fee is applied to the Trade. |
| BuySell | 1 | Fees are calculated based on the buyer and seller fee settings for each Order or Trade. |
| MakerTaker | 2 | Fees are calculated based on the maker and taker fee settings for each Order or Trade. |
Referenced by
Tables
| Table | Field | Description |
|---|---|---|
| AuctionAccount | FeeType | Sets the FeeType for the AuctionAccount. This will override the default FeeType for the Auction and the AuctionAccountRelationship. |
| AuctionAccount_static_change | FeeType | |
| AuctionAccountRelationship | FeeType | Sets the FeeType for Accounts on the Auction that have this relationship. This will override the default FeeType for the Auction (but can be overridden by a setting on an individual AuctionAccount). |
| AuctionAccountRelationship_static_change | FeeType | |
| Fee | FeeType | |
| Instrument | FeeType | |
| InstrumentGroup | FeeType | |
| InstrumentMarket | FeeType | |
| Market | FeeType |