Table of Contents

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

decimal?

Examples

The value of 0.0015 means 0.15% fee.