The EngineSettings type exposes the following members.

Constructors

  NameDescription
Public methodEngineSettings
Initializes a new instance of the EngineSettings class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAutomaticallyCreatedSessionStorageType
Specifies the SessionStorageType of the automatically created Session object that corresponds to the incoming FIX Connection.
Public propertyCreateEngineLogFile
Option to create the FIX Engine Log file.
Public propertyDialect
Specifies the file with the description of the FIX dialect (a custom, slightly different interpretation of FIX protocol).
Public propertyLicenseFile
Specifies the path to the license file.
Public propertyLicenseStore
Specify the path to the folder that contain license file(s).
Public propertyListenPort
The FIX Engine listens on this port for incoming connections.
Public propertyListenPorts
The FIX Engine listens on these ports for incoming connections.
Public propertyLogDirectory
Inbound and outbound FIX messages, session's state data, and the FIX Engine log files are stored in this directory.
Public propertyProcessDeliverToCompID
Option to automatically process DeliverToCompID (tag 128) field.
Public propertyReasonableTransmissionTime
Reasonable transmission time as % from HeartBtInt value.
Public propertyReconnectAttempts
Number of attempts to restore the telecommunication link.
Public propertyReconnectInterval
Time interval between the attempts to restore the telecommunication link (in seconds).
Public propertyResendingQueueSize
Number of sent messages that are available for resending on counterparty's Resend Request (MsgType=2) message.
Public propertySendLogoutOnException
Option to send the Logout message before dropping the telecommunication link in case of Exception during the processing of incoming FIX message.
Public propertySendLogoutOnLogonWithDuplicateIdentity
Option to send the Logout message before dropping the telecommunication link in reply on Logon message with duplicate identity (a valid FIX Connection is already underway for the same SenderCompID, TargetCompID and FIX Version).
Public propertySslCertificateFile
Path to the SSL certificate file in PEM (base 64 encoded) format.
Public propertySslListenPort
The FIX Engine listens on this port for incoming SSL-encrypted connections.
Public propertySslPrivateKeyFile
Path to the SSL private key file in PEM (base 64 encoded) format.
Public propertySslPrivateKeyPassword
Pasword to open SSL private key file.
Public propertyTcpNoDelayOption
Option to improve latency at the expense of message throughput.

See Also