Public Types | |
enum | Enum { NoValue = 0xFF, CancelAggressive = 1, CancelPassive = 2, CancelAggressiveAndPassive = 3 } |
Indicate the instruction for SMP. Applicable only when MatchInstCrossID (28744) is set. When CrossMatchInstruction is not set the default value is defined by the exchange.
Definition at line 243 of file Enumerations.h.
enum Enum |
Indicate the instruction for SMP. Applicable only when MatchInstCrossID (28744) is set. When CrossMatchInstruction is not set the default value is defined by the exchange.
Enumerator | |
---|---|
NoValue |
No value. |
CancelAggressive |
Cancel incoming order. |
CancelPassive |
Cancel resting order. |
CancelAggressiveAndPassive |
Reduce/Cancel both incoming and resting order. |
Definition at line 246 of file Enumerations.h.