B2BITS FIX Antenna HFT
1.0.16
|
The FIXT11_TCP underlying protocol properties. More...
#include <B2BITS_SessionParameters.h>
Public Member Functions | |
FixT11TcpParameters (FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true, FIXVersion defaultApplProtocol=FIX50) | |
Constructor for the session-acceptor. More... | |
FixT11TcpParameters (const char *host, int port, int hbi=30, FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true, FIXVersion defaultApplProtocol=FIX50) | |
Constructor for the session-initiator. More... | |
Public Member Functions inherited from Engine::FixTcpParameters | |
FixTcpParameters (FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true) | |
Constructor for the session-acceptor. More... | |
FixTcpParameters (const char *host, int port, int hbi=30, FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true) | |
Constructor for the session-initiator. More... | |
Public Attributes | |
FIXVersion | defaultApplProtocol_ |
The default application protocol. More... | |
Public Attributes inherited from Engine::FixTcpParameters | |
const FIXMessage * | customLogonMsg_ |
Custom Logon message. More... | |
bool | enableTcpBuffer_ |
enabled the TCP buffer (Nagle algorithm) for the session. More... | |
EncryptMethod | encryption_ |
the encrypt method More... | |
int | hbi_ |
heartbeat interval (in seconds). More... | |
const char * | host_ |
remote FIX engine's host name or address. More... | |
int | port_ |
remote FIX engine's port. More... | |
const StringProperties * | protocolConfig_ |
Container for auxiliary named properties. More... | |
The FIXT11_TCP underlying protocol properties.
|
inline |
Constructor for the session-acceptor.
|
inline |
Constructor for the session-initiator.
FIXVersion Engine::FixT11TcpParameters::defaultApplProtocol_ |
The default application protocol.