Engine::FixTcpParameters Struct Reference

#include <B2BITS_Session.h>

Inheritance diagram for Engine::FixTcpParameters:

Inheritance graph
[legend]
Collaboration diagram for Engine::FixTcpParameters:

Collaboration graph
[legend]

List of all members.

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 FIXMessagecustomLogonMsg_
const StringProperties * protocolConfig_


Detailed Description

The FIX_TCP underlying protocol properties

Constructor & Destructor Documentation

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


Member Data Documentation

remote FIX engine's host name or address. For the session-initiator only.

remote FIX engine's port. For the session-initiator only.

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.

Container for auxiliary named properties.


The documentation for this struct was generated from the following file:

Generated on Fri Apr 17 12:27:18 2009 for B2BITS FIX Antenna C++ by  doxygen 1.5.6