B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Engine::FixT11TcpParameters Struct Reference

The FIXT11_TCP underlying protocol properties. More...

#include <B2BITS_SessionParameters.h>

+ Inheritance diagram for Engine::FixT11TcpParameters:
+ Collaboration diagram for Engine::FixT11TcpParameters:

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 FIXMessagecustomLogonMsg_
 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 StringPropertiesprotocolConfig_
 Container for auxiliary named properties.
 

Detailed Description

The FIXT11_TCP underlying protocol properties.

Constructor & Destructor Documentation

◆ FixT11TcpParameters() [1/2]

Engine::FixT11TcpParameters::FixT11TcpParameters ( FIXMessage * customLogonMsg = NULL,
EncryptMethod encryption = NONE,
bool enableTcpBuffer = true )
inline

Constructor for the session-acceptor.

◆ FixT11TcpParameters() [2/2]

Engine::FixT11TcpParameters::FixT11TcpParameters ( const char * host,
int port,
int hbi = 30,
FIXMessage * customLogonMsg = NULL,
EncryptMethod encryption = NONE,
bool enableTcpBuffer = true )
inline

Constructor for the session-initiator.