Interface ITrade
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Trade that was executed on an exchange.
public interface ITrade
- Extension Methods
Properties
- BaseQuantity
Trade quantity in the base asset of the traded symbol pair.
- CommissionAmount
Fee paid as a commission, or
null
if the value is not provided by the exchange.
- CommissionAsset
Asset in which the fee is paid, or
null
if the value is not provided by the exchange.
- ExchangeMarket
Exchange market where the trade was executed.
- ExchangeOrderId
Exchange order ID of the order associated with this trade.
- IsMaker
Whether the account added liquidity to the order book (maker) or removed (taker).
- Order
Order corresponding to the trade.
- Price
Trade price.
- QuoteQuantity
Trade quantity in the quote asset of the traded symbol pair, or
null
if this value is not provided by the exchange.
- Side
Side of the trade.
- SymbolPair
Symbol pair of the trade.
- Timestamp
UTC timestamp of the trade as reported by the exchange.
- TradeId
Trade ID as assigned by an exchange.