Table of Contents

Property TimeInForces

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

TimeInForces

Condition mandating that each order's time in force value must be a value of this set, or null if not specified.

public IReadOnlySet<TimeInForce>? TimeInForces { get; init; }

Property Value

IReadOnlySet<TimeInForce>

Remarks

Empty list is not allowed.

Exceptions

InvalidArgumentException

Thrown if an empty set is provided.