Table of Contents

Property FeeSymbol

Namespace
WhalesSecret.TradeScriptLib.Entities.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

FeeSymbol

Symbol associated with Fee, or null if Fee is null.

[JsonPropertyName("C")]
public string? FeeSymbol { get; }

Property Value

string

Remarks

Either both Fee and FeeSymbol are null, or both are non-null.