B2BITS FIX Antenna C++ 2.33.0
|
The FIX_TCP underlying protocol properties. More...
#include <B2BITS_SessionParameters.h>
Public Member Functions | |
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. | |
Public Attributes | |
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 FIX_TCP underlying protocol properties.
|
inline |
Constructor for the session-acceptor.
|
inline |
Constructor for the session-initiator.
const FIXMessage* Engine::FixTcpParameters::customLogonMsg_ |
Custom Logon message.
The FixTcpParameters doesn't own the custom logon message.
bool Engine::FixTcpParameters::enableTcpBuffer_ |
enabled the TCP buffer (Nagle algorithm) for the session.
EncryptMethod Engine::FixTcpParameters::encryption_ |
the encrypt method
int Engine::FixTcpParameters::hbi_ |
heartbeat interval (in seconds).
For the session-initiator only.
std::string Engine::FixTcpParameters::host_ |
remote FIX engine's host name or address.
For the session-initiator only.
int Engine::FixTcpParameters::port_ |
remote FIX engine's port.
For the session-initiator only.
const StringProperties* Engine::FixTcpParameters::protocolConfig_ |
Container for auxiliary named properties.