The EngineSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EngineSettings | Initializes a new instance of the EngineSettings class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AutomaticallyCreatedSessionStorageType |
Specifies the SessionStorageType of the automatically created Session object that corresponds to the incoming FIX Connection.
| |
CreateEngineLogFile |
Option to create the FIX Engine Log file.
| |
Dialect |
Specifies the file with the description of the FIX dialect (a custom, slightly different interpretation of FIX protocol).
| |
LicenseFile |
Specifies the path to the license file.
| |
LicenseStore |
Specify the path to the folder that contain license file(s).
| |
ListenPort |
The FIX Engine listens on this port for incoming connections.
| |
ListenPorts |
The FIX Engine listens on these ports for incoming connections.
| |
LogDirectory |
Inbound and outbound FIX messages, session's state data, and the FIX Engine log files are stored in this directory.
| |
ProcessDeliverToCompID |
Option to automatically process DeliverToCompID (tag 128) field.
| |
ReasonableTransmissionTime |
Reasonable transmission time as % from HeartBtInt value.
| |
ReconnectAttempts |
Number of attempts to restore the telecommunication link.
| |
ReconnectInterval |
Time interval between the attempts to restore the telecommunication link (in seconds).
| |
ResendingQueueSize |
Number of sent messages that are available for resending on counterparty's Resend Request (MsgType=2) message.
| |
SendLogoutOnException |
Option to send the Logout message before dropping the telecommunication link in case of Exception during the processing of incoming FIX message.
| |
SendLogoutOnLogonWithDuplicateIdentity |
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).
| |
SslCertificateFile |
Path to the SSL certificate file in PEM (base 64 encoded) format.
| |
SslListenPort |
The FIX Engine listens on this port for incoming SSL-encrypted connections.
| |
SslPrivateKeyFile |
Path to the SSL private key file in PEM (base 64 encoded) format.
| |
SslPrivateKeyPassword |
Pasword to open SSL private key file.
| |
TcpNoDelayOption |
Option to improve latency at the expense of message throughput.
|