Property TakerFee
- Namespace
- WhalesSecret.TradeScriptLib.Entities.Account
- Assembly
- WhalesSecret.TradeScriptLib.dll
TakerFee
Fee to pay for taker orders, or null
if the information is not available.
[JsonPropertyName("F")]
public decimal? TakerFee { get; set; }
Property Value
Examples
The value of 0.0015
means 0.15% fee.