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 (FIXMessage *customLogonMsg=NULL, EncryptMethod encryption=NONE, bool enableTcpBuffer=true, FIXVersion defaultApplProtocol=FIX50) | |
| Constructor for the session-acceptor. | |
| 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. | |
Public Attributes | |
| FIXVersion | defaultApplProtocol_ |
| The default application protocol. | |
The FIXT11_TCP underlying protocol properties.
Definition at line 441 of file B2BITS_SessionParameters.h.
| Engine::FixT11TcpParameters::FixT11TcpParameters | ( | FIXMessage * | customLogonMsg = NULL, |
| EncryptMethod | encryption = NONE, |
||
| bool | enableTcpBuffer = true, |
||
| FIXVersion | defaultApplProtocol = FIX50 |
||
| ) | [inline] |
Constructor for the session-acceptor.
Definition at line 447 of file B2BITS_SessionParameters.h.
| Engine::FixT11TcpParameters::FixT11TcpParameters | ( | const char * | host, |
| int | port, | ||
| int | hbi = 30, |
||
| FIXMessage * | customLogonMsg = NULL, |
||
| EncryptMethod | encryption = NONE, |
||
| bool | enableTcpBuffer = true, |
||
| FIXVersion | defaultApplProtocol = FIX50 |
||
| ) | [inline] |
Constructor for the session-initiator.
Definition at line 455 of file B2BITS_SessionParameters.h.
The default application protocol.
Definition at line 444 of file B2BITS_SessionParameters.h.
1.7.2