OEC Application Programming Interface

OrderParts Enumeration

Bitmask representing order properties. See GetInvalidParts.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum OrderParts

Remarks

This enum represents set of order properties, needs to be filled.

Members

Member Name Description Value
None None 0
Account Order account 1
Side Order side 2
Quantity Order quantity 4
Contract Order contract 8
Type Order type 16
Price Order price 32
Price2 Order price 2 64
ExtendedParams Extended Params 128
ExecutionTime Order execution time 256
AllocationBlock Order allocation block 512
Route Execution route 1024
CustomCompound Custom Compound 2048

Requirements

Namespace: OEC.API

Assembly: API (in API.dll)

See Also

OEC.API Namespace