#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, CrossRejectedBU = 100, CrossRejectedMarket = 101 } |
Indicate the instruction for SMP. If MatchInstCrossID (28744) is set then the default value for SelfMatchPreventionInstruction is 100 (Reject cross on business unit level).
Definition at line 2487 of file Enumerations.h.
enum Enum |
Indicate the instruction for SMP. If MatchInstCrossID (28744) is set then the default value for SelfMatchPreventionInstruction is 100 (Reject cross on business unit level).
Enumerator | |
---|---|
NoValue |
No value. |
CrossRejectedBU |
Reject cross on business unit level. |
CrossRejectedMarket |
Reject cross on market level. |
Definition at line 2490 of file Enumerations.h.