LogonAsAcceptor Method | Table of Content | LogonAsInitiator Method (String, Int32) |
ISession.LogonAsInitiator Method |
Name | Description | |
---|---|---|
LogonAsInitiator(String, Int32) |
Establishes FIX Connection as Initiator using the default heartbeat value.
Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon message. The heartbeat interval will be 30 seconds. | |
LogonAsInitiator(String, Int32, Boolean) |
Establishes FIX Connection as Initiator using the default heartbeat value, optionally sets
ResetSeqNumFlag (tag=141) field in the initial Logon (MsgType=A) message.
Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon (MsgType=A) message. The heartbeat interval will be 30 seconds. | |
LogonAsInitiator(String, Int32, Int32) |
Establishes FIX Connection as Initiator.
Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon message. | |
LogonAsInitiator(String, Int32, Int32, Message) |
Establishes FIX Connection as Initiator using the custom Logon message.
Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon message. | |
LogonAsInitiator(String, Int32, Int32, Boolean) |
Establishes FIX Connection as Initiator.
Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon (MsgType=A) message. | |
LogonAsInitiator(String, Int32, Int32, Message, Boolean) |
Establishes FIX Connection as Initiator using a custom Logon message with an optional ResetSeqNumFlag (tag=141) field.
Initiator establishes the telecommunications link and initiates the session via transmission of the initial Logon (MsgType=A) message. |