Table of Contents

Property MakerFee

Namespace
WhalesSecret.TradeScriptLib.Entities.Account
Assembly
WhalesSecret.TradeScriptLib.dll

MakerFee

Fee to pay for maker orders, or null if the information is not available.

[JsonPropertyName("f")]
public decimal? MakerFee { get; set; }

Property Value

decimal?

Examples

The value of 0.0015 means 0.15% fee.