Public Types | |
enum | Enum { NoValue = 0xFF, DoNotPublishTrade = 0, PublishTrade = 1, DeferredPublication = 2, Published = 3 } |
Definition at line 2977 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 2980 of file Enumerations.h.