Table of Contents

Property ClientOrderIdRegex

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

ClientOrderIdRegex

Condition mandating that each order's client order ID must satisfy the provided regular expression, or null if not specified.

public string? ClientOrderIdRegex { get; init; }

Property Value

string

Remarks

The input must be valid argument of the Regex type.