Click or drag to resize

FixEngine Methods

The FixEngine type exposes the following members.

Methods
 NameDescription
Public methodBackupLogFile Backups engine's log file under the given name and opens a new one.
Public methodStatic memberClearAdditionalFields Destroys the additional fields.
Public methodStatic memberCreate Initializes the FixEngine using default settings.
Public methodStatic memberCreate(FixEngineStartupParams) Initializes the FixEngine using startup parameters.
Public methodStatic memberCreate(String) Initializes the FixEngine using property file.
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.
Public methodCreateFixParser(String, DictionaryFixVersion, String) 
Public methodCreateFixParser(String, String, DictionaryFixVersion, String) 
Public methodCreateMDApplication(MDAppParams) Creates a new CME MDApplication
Public methodCreateMDApplication(MDAppParams, MDApplicationListener) Creates a new CME MDApplication
Public methodCreateMDApplication(MDAppParams, MockDataPublisher) Creates a new CME MDApplication
Public methodCreateMDApplication(MDAppParams, MDApplicationListener, MockDataPublisher) Creates a new CME MDApplication
Public methodCreateProtocolRegister new custom FIX Protocol and returns its identifier
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.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodgetConfiguredSessionsReturns dictionary of configured sessions
Public methodStatic memberGetFieldNameReturns name of the field
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetMessagesReturns messages registered in protocol
Public methodGetParserIDReturns unique parser ID
Public methodStatic memberGetParsersReturns descriptions of configured parsers
Public methodGetProtocolIDReturns unique parser ID deprecated, use GetParserID
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadProtocolFileLoads protocol definition/customization file
Public methodStartListeningIncomingConnectionsStarts listening for incomming connections
Public methodStop Stops the engine.
Public methodStopListeningIncomingConnectionsStops listening for incomming connections
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also