#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0x00, W = 'W', Y = 'Y', C = 'C', G = 'G', H = 'H', D = 'D' } |
Identifies the source of an order, in accordance with the FIA guidelines for a rate Identifier. The field is for participant use only. Valid characters: 0x20, 0x22-0x7B, 0x7D, 0x7E.
Definition at line 316 of file Enumerations.h.
enum Enum |
Identifies the source of an order, in accordance with the FIA guidelines for a rate Identifier. The field is for participant use only. Valid characters: 0x20, 0x22-0x7B, 0x7D, 0x7E.
Enumerator | |
---|---|
NoValue |
No value. |
W |
Desk. |
Y |
Electronic. |
C |
Vendor-provided Platform billed by Executing Broker. |
G |
Sponsored Access via Exchange API or FIX provided by Executing Broker. |
H |
Premium Algorithmic Trading Provider billed by Executing Broker. |
D |
Other, including Other-provided Screen. |
Definition at line 319 of file Enumerations.h.