Public Types | |
enum | Enum |
Definition at line 2977 of file Enumerations.h.
enum Enum |
Indicates if a trade should be reported via the market reporting service.
Enumerator | ||
---|---|---|
NoValue | 0xFF | No value. |
DoNotPublishTrade | 0 | Do not publish trade. |
PublishTrade | 1 | Publish trade. |
DeferredPublication | 2 | Deferred publication to market. |
Published | 3 | Published to market. |
Definition at line 2980 of file Enumerations.h.