Table of Contents

Property TradeSide

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Trades
Assembly
WhalesSecret.TradeScriptLib.dll

TradeSide

Condition mandating that each trade's side must be equal to the provided value, or null if not specified.

[JsonPropertyName("s")]
public OrderSide? TradeSide { get; init; }

Property Value

OrderSide?