Property Fee
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
Fee
Fee associated with the trade, or null
if not available.
[JsonPropertyName("c")]
public decimal? Fee { get; }
Property Value
Remarks
Positive value means that a fee was paid from trader's account to the exchange. Negative value means that the exchange paid the fee to the trader.