#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, NoSpecialReason = 0, StopTrading = 1, Emergency = 2, MarketMakerProtection = 3, SessionLoss = 6, DuplicateSessionLogin = 7, ClearingRiskControl = 8, InternalConnectionLoss = 100, ProductStateHalt = 105, ProductStateHoliday = 106, InstrumentSuspended = 107, ComplexInstrumentDeletion = 109, VolatilityInterruption = 110, ProductTemporarilyNotTradeable = 111, MemberDisable = 117, ScaledSimpleInstrumentDeletion = 121 } |
Definition at line 1031 of file Enumerations.h.
enum Enum |
Reason for mass cancellation.
Enumerator | |
---|---|
NoValue |
No value. |
NoSpecialReason |
No special reason. |
StopTrading |
Trading was stopped. |
Emergency |
Emergency. |
MarketMakerProtection |
Market Maker Protection. |
SessionLoss |
Session loss or logout. |
DuplicateSessionLogin |
Duplicate Session Login. |
ClearingRiskControl |
Clearing Risk Control. |
InternalConnectionLoss |
Internal connection loss. |
ProductStateHalt |
Product State Halt. |
ProductStateHoliday |
Product State Holiday. |
InstrumentSuspended |
Instrument Suspended. |
ComplexInstrumentDeletion |
Complex Instrument Deletion. |
VolatilityInterruption |
Volatility Interruption. |
ProductTemporarilyNotTradeable |
Product temporarily not tradeable. |
MemberDisable |
Member has been disabled. |
ScaledSimpleInstrumentDeletion |
Scaled Simple Instrument Deletion. |
Definition at line 1034 of file Enumerations.h.