#include <OnixS/FIXEngine/FIX/ISessionReactor.h>
Public Types | |
enum | Enum { Undefined = 0, TcpDirect = 1, TcpStandard = 2 } |
Definition at line 28 of file ISessionReactor.h.
enum Enum |
Enumerator | |
---|---|
Undefined |
The undefined reactor. |
TcpDirect |
The Solarflare TCPDirect reactor. |
TcpStandard |
The standard TCP reactor. |
Definition at line 29 of file ISessionReactor.h.