#include <OnixS/FIXEngine/FIX/Scheduling/SessionConnectionSettings.h>
Definition at line 73 of file SessionConnectionSettings.h.
Initializes an instance from another one.
Initializes an instance with the given session role.
The list of all counterparties.
It is not used if the session must be logged on as an acceptor.
Definition at line 168 of file SessionConnectionSettings.h.
The editable collection of counterparties.
unsigned heartBeatInterval |
( |
| ) |
const |
|
inline |
If the session must be logged on in the role of an initiator, defines the value for the heartbeat interval in seconds.
Otherwise it has an undefined value.
Definition at line 147 of file SessionConnectionSettings.h.
void heartBeatInterval |
( |
unsigned |
interval | ) |
|
|
protected |
Updates the heartbeat interval value.
If the session must be logged on in the role of an initiator, defines the custom logon message which must be sent at the logon.
Otherwise it returns the NULL value.
Definition at line 161 of file SessionConnectionSettings.h.
void logonMessage |
( |
const Message & |
message | ) |
|
|
protected |
Assigns the custom logon message.
Copies all settings from another instance.
bool setResetSequenceNumbers |
( |
| ) |
const |
|
inline |
If the session must be logged on in the role of an initiator, defines whether the 'SetResetSequenceNumbers' flag must be sent within the logon message.
Otherwise it has an undefined value.
Definition at line 154 of file SessionConnectionSettings.h.
void setResetSequenceNumbers |
( |
bool |
resetSeqNumbers | ) |
|
|
protected |
Updates the session reset sequence numbers policy.
The documentation for this class was generated from the following file: