Click or drag to resize

FixEngineCreateSession Method

Creates a new FIX Session.
Overload List
 NameDescription
Public methodCreateSession(SessionId, FixVersion) Creates a new FIX Session with given Session Id.
Public methodCreateSession(SessionId, FixVersion, SessionExtraParameters) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(SessionId, Int32, SessionExtraParameters) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(String, String, FixVersion) Creates a new FIX Session.
Public methodCreateSession(SessionId, FixVersion, SessionExtraParameters, FixVersion) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(SessionId, FixVersion, SessionExtraParameters, MessageStorageType) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(SessionId, Int32, SessionExtraParameters, FixVersion) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(SessionId, Int32, SessionExtraParameters, MessageStorageType) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(String, String, FixVersion, SessionExtraParameters) Creates a new FIX Session using extra parameters.
Public methodCreateSession(String, String, Int32, SessionExtraParameters) Creates a new FIX Session using extra parameters.
Public methodCreateSession(SessionId, FixVersion, SessionExtraParameters, MessageStorageType, FixVersion) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(SessionId, Int32, SessionExtraParameters, MessageStorageType, FixVersion) Creates a new FIX Session with given Session Id using extra parameters.
Public methodCreateSession(String, String, FixVersion, SessionExtraParameters, FixVersion) Creates a new FIX Session using extra parameters.
Public methodCreateSession(String, String, FixVersion, SessionExtraParameters, MessageStorageType) Creates a new FIX Session using extra parameters.
Public methodCreateSession(String, String, Int32, SessionExtraParameters, FixVersion) Creates a new FIX Session using extra parameters.
Public methodCreateSession(String, String, Int32, SessionExtraParameters, MessageStorageType) Creates a new FIX Session using extra parameters.
Public methodCreateSession(String, String, FixVersion, SessionExtraParameters, MessageStorageType, FixVersion) Creates a new FIX Session using extra parameters.
Public methodCreateSession(String, String, Int32, SessionExtraParameters, MessageStorageType, FixVersion) Creates a new FIX Session using extra parameters.
Top
See Also