Click or drag to resize

FixEngineCreateFastSession Method

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