Public Member Functions | Public Attributes

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:

List of all members.

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.

Detailed Description

The FIXT11_TCP underlying protocol properties.

Definition at line 441 of file B2BITS_SessionParameters.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

The default application protocol.

Definition at line 444 of file B2BITS_SessionParameters.h.