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