ConnectionType Enumeration |
Type of the CME Feed Connection.
Namespace:
OnixS.CmeMdHandler
Assembly:
OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax public enum ConnectionType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown Connection Type.
|
| Historical | 72 |
Historical (aka Tcp Replay) connection.
|
| Incremental | 73 |
Incremental connection.
|
| Instrument | 78 |
Instrument connection.
|
| Snapshot | 83 |
Snapshot connection.
|
| MboSnapshot | 84 |
Market by Order Snapshot connection.
|
See Also