#include <B2BITS_Session.h>


Public Member Functions | |
| FixTcpParameters (FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true) | |
| FixTcpParameters (const char *host, int port, int hbi=30, FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true) | |
Public Attributes | |
| const char * | host_ |
| int | port_ |
| EncryptMethod | encryption_ |
| int | hbi_ |
| bool | enableTcpBuffer_ |
| const FIXMessage * | customLogonMsg_ |
| const StringProperties * | protocolConfig_ |
| Engine::FixTcpParameters::FixTcpParameters | ( | FIXMessage * | customLogonMsg = NULL, |
|
| EncryptMethod | encryption = NONE, |
|||
| bool | enableTcpBuffer = true | |||
| ) | [inline] |
Constructor for the session-acceptor
| Engine::FixTcpParameters::FixTcpParameters | ( | const char * | host, | |
| int | port, | |||
| int | hbi = 30, |
|||
| FIXMessage * | customLogonMsg = NULL, |
|||
| EncryptMethod | encryption = NONE, |
|||
| bool | enableTcpBuffer = true | |||
| ) | [inline] |
Constructor for the session-initiator
| const char* Engine::FixTcpParameters::host_ |
remote FIX engine's host name or address. For the session-initiator only.
remote FIX engine's port. For the session-initiator only.
| EncryptMethod Engine::FixTcpParameters::encryption_ |
the encrypt method
heartbeat interval (in seconds). For the session-initiator only.
enabled the TCP buffer (Nagle algorithm) for the session.
Custom Logon message. The FixTcpParameters doesn't own the custom logon message.
| const StringProperties* Engine::FixTcpParameters::protocolConfig_ |
Container for auxiliary named properties.
1.5.6