Enum ConnectionType
Type of the CME Feed Connection.
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public enum ConnectionType : int
Fields
Name | Description |
---|---|
Historical | Historical (aka Tcp Replay) connection. |
Incremental | Incremental connection. |
Instrument | Instrument connection. |
MboSnapshot | Market by Order Snapshot connection. |
Snapshot | Snapshot connection. |
Unknown | Unknown Connection Type. |