Definition at line 880 of file Enumerations.h.
◆ Base
Integral type used as basement for constants.
Definition at line 883 of file Enumerations.h.
◆ Enum
Enumerator |
---|
Day | '0' | Day (Expires at the end of the business day)
|
GTC | '1' | GTC (Good �till Cancel.Order remains until cancelled or contract expires)
|
IOC | '3' | IOC (Portion not filled immediately is cancelled. Market orders are implicitly IOC)
|
FOK | '4' | FOK (An IOC where the entire size must be filled, else the order will be cancelled back)
|
GTD | '6' | GTD (Good ‘till Date-Time Expires at the date-time specified in the ExpireTime field).
|
Definition at line 885 of file Enumerations.h.