Table of Contents

Class OrderFilterOptions

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

User-specified order constraints to filter a collection of orders.

public class OrderFilterOptions
Inheritance
OrderFilterOptions
Inherited Members
Extension Methods

Fields

AllOrders

Options to list all open orders.

Properties

ClientOrderIdRegex

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

EndTime

Condition mandating that each order was placed at EndTime or before, or null if not specified.

IsMaker

true to disallow the order to take liquidity from the order book, false otherwise, or null if not specified.

MaxPrice

Condition mandating that each order's limit price must be less than or equal to the provided value, or null if not specified.

MaxSize

Condition mandating that each order's order size must be less than or equal to the provided value, or null if not specified.

MaxThresholdPrice

Condition mandating that each order's threshold price must be less than or equal to the provided value, or null if not specified.

MinPrice

Condition mandating that each order's limit price must be greater than or equal to the provided value, or null if not specified.

MinSize

Condition mandating that each order's order size must be greater than or equal to the provided value, or null if not specified.

MinThresholdPrice

Condition mandating that each order's threshold price must be greater than or equal to the provided value, or null if not specified.

OrderId

Condition mandating that an order with given exchange order ID is required, or null if not specified.

OrderSide

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

OrderTypes

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

StartTime

Condition mandating that each order was placed at StartTime or after, or null if not specified.

SymbolPairs

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

TimeInForces

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

Methods

ToString()

Returns a string that represents the current object.