#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, DoNotPublishTrade = 0, PublishTrade = 1, DeferredPublication = 2, Published = 3 } |
Definition at line 2952 of file Enumerations.h.
enum Enum |
Indicates if a trade should be reported via the market reporting service.
Enumerator | |
---|---|
NoValue |
No value. |
DoNotPublishTrade |
Do not publish trade. |
PublishTrade |
Publish trade. |
DeferredPublication |
Deferred publication to market. |
Published |
Published to market. |
Definition at line 2955 of file Enumerations.h.