Table of Contents

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

decimal?

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.