Class EngineSettings.Default
Default EngineSettings values.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class EngineSettings.Default
  Fields
DisableNetworkLevel
Declaration
public const bool DisableNetworkLevel = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for DisableNetworkLevel  | 
      
FileBasedStorageSegmentSize
Declaration
public const long FileBasedStorageSegmentSize = 0
  Field Value
| Type | Description | 
|---|---|
| long | The default value for FileBasedStorageSegmentSize  | 
      
HeartbeatInterval
Declaration
public const int HeartbeatInterval = 30
  Field Value
| Type | Description | 
|---|---|
| int | The default value for HeartbeatInterval  | 
      
IgnoreFileBasedStorageIntegrityErrors
Declaration
public const bool IgnoreFileBasedStorageIntegrityErrors = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for IgnoreFileBasedStorageIntegrityErrors  | 
      
LicenseAlertingDaysBeforeExpiration
Declaration
public const int LicenseAlertingDaysBeforeExpiration = 3
  Field Value
| Type | Description | 
|---|---|
| int | The default value for LicenseAlertingDaysBeforeExpiration  | 
      
LicenseStore
Declaration
public const string LicenseStore = "."
  Field Value
| Type | Description | 
|---|---|
| string | The default value for LicenseStore  | 
      
LicenseString
Declaration
public const string LicenseString = ""
  Field Value
| Type | Description | 
|---|---|
| string | The default value for LicenseString  | 
      
ListenPorts
Declaration
public static readonly IReadOnlyCollection<int> ListenPorts
  Field Value
| Type | Description | 
|---|---|
| IReadOnlyCollection<int> | The default value for ListenPorts  | 
      
LocalNetworkInterface
Declaration
public const IPAddress LocalNetworkInterface = null
  Field Value
| Type | Description | 
|---|---|
| IPAddress | The default value for LocalNetworkInterface  | 
      
LocalTimeUsage
Declaration
public const bool LocalTimeUsage = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for LocalTimeUsage  | 
      
LogBeforeSending
Declaration
public const bool LogBeforeSending = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for LogBeforeSending  | 
      
LogInboundMessages
Declaration
public const bool LogInboundMessages = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for LogInboundMessages  | 
      
LogOutboundMessages
Declaration
public const bool LogOutboundMessages = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for LogOutboundMessages  | 
      
LogResentMessages
Declaration
public const bool LogResentMessages = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for LogResentMessages  | 
      
LogonTimeout
Declaration
public const int LogonTimeout = 30
  Field Value
| Type | Description | 
|---|---|
| int | The default value for LogonTimeout  | 
      
LogoutTimeout
Declaration
public const int LogoutTimeout = 30
  Field Value
| Type | Description | 
|---|---|
| int | The default value for LogoutTimeout  | 
      
MessageGrouping
Declaration
public const int MessageGrouping = 0
  Field Value
| Type | Description | 
|---|---|
| int | The default value for MessageGrouping  | 
      
ProcessDeliverToCompId
Declaration
public const bool ProcessDeliverToCompId = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ProcessDeliverToCompId  | 
      
ReasonableTransmissionTime
Declaration
public const int ReasonableTransmissionTime = 20
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ReasonableTransmissionTime  | 
      
ReceiveBufferSize
Declaration
public const int ReceiveBufferSize = 65535
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ReceiveBufferSize  | 
      
ReceiveSpinningTimeout
Declaration
public const int ReceiveSpinningTimeout = 0
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ReceiveSpinningTimeout  | 
      
ReconnectAttempts
Declaration
public const int ReconnectAttempts = 3
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ReconnectAttempts  | 
      
ReconnectInterval
Declaration
public const int ReconnectInterval = 90
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ReconnectInterval  | 
      
ResendRequestMaximumRange
Declaration
public const int ResendRequestMaximumRange = 0
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ResendRequestMaximumRange  | 
      
ResendingBatchSize
Declaration
public const int ResendingBatchSize = 2147483647
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ResendingBatchSize  | 
      
ResendingQueueSize
Declaration
public const int ResendingQueueSize = 1000
  Field Value
| Type | Description | 
|---|---|
| int | The default value for ResendingQueueSize  | 
      
ScrambledLogonFields
Declaration
public static readonly Collection<int> ScrambledLogonFields
  Field Value
| Type | Description | 
|---|---|
| Collection<int> | The default value for ScrambledLogonFields  | 
      
SendBufferSize
Declaration
public const int SendBufferSize = 65535
  Field Value
| Type | Description | 
|---|---|
| int | The default value for SendBufferSize  | 
      
SendLogoutOnException
Declaration
public const bool SendLogoutOnException = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for SendLogoutOnException  | 
      
SendLogoutOnInvalidLogon
Declaration
public const bool SendLogoutOnInvalidLogon = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for SendLogoutOnInvalidLogon  | 
      
SendQueueMaxSize
Declaration
public const int SendQueueMaxSize = 536870912
  Field Value
| Type | Description | 
|---|---|
| int | The default value for SendQueueMaxSize  | 
      
SendSpinningTimeout
Declaration
public const int SendSpinningTimeout = 0
  Field Value
| Type | Description | 
|---|---|
| int | The default value for SendSpinningTimeout  | 
      
SessionStorageReadingMode
Declaration
public const StorageReadingMode SessionStorageReadingMode = Default
  Field Value
| Type | Description | 
|---|---|
| StorageReadingMode | The default value for SessionStorageReadingMode  | 
      
SetApplVerId
Declaration
public const bool SetApplVerId = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for SetApplVerId  | 
      
SetLastMsgSeqNumProcessed
Declaration
public const bool SetLastMsgSeqNumProcessed = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for SetLastMsgSeqNumProcessed  | 
      
SslLocalNetworkInterface
Declaration
public const IPAddress SslLocalNetworkInterface = null
  Field Value
| Type | Description | 
|---|---|
| IPAddress | The default value for LocalNetworkInterface  | 
      
SslProtocol
Declaration
public const SslProtocols SslProtocol = None
  Field Value
| Type | Description | 
|---|---|
| SslProtocols | The default value for Protocol  | 
      
SslRemoteCertificateNameMismatchOption
Declaration
public const RemoteCertificateNameMismatchOption SslRemoteCertificateNameMismatchOption = Ignore
  Field Value
| Type | Description | 
|---|---|
| RemoteCertificateNameMismatchOption | The default value for RemoteCertificateNameMismatchOption  | 
      
SslRevocationFlag
Declaration
public const X509RevocationFlag SslRevocationFlag = EndCertificateOnly
  Field Value
| Type | Description | 
|---|---|
| X509RevocationFlag | The default value for RevocationFlag  | 
      
SslRevocationMode
Declaration
public const X509RevocationMode SslRevocationMode = NoCheck
  Field Value
| Type | Description | 
|---|---|
| X509RevocationMode | The default value for RevocationMode  | 
      
SslVerificationFlags
Declaration
public const X509VerificationFlags SslVerificationFlags = NoFlag
  Field Value
| Type | Description | 
|---|---|
| X509VerificationFlags | The default value for RevocationFlag  | 
      
SslVerifyPeer
Declaration
public const bool SslVerifyPeer = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for VerifyPeer  | 
      
StorageDirectory
Declaration
public const string StorageDirectory = "MsgStorage"
  Field Value
| Type | Description | 
|---|---|
| string | The default value for StorageDirectory  | 
      
SupportNextExpectedMsgSeqNum
Declaration
public const bool SupportNextExpectedMsgSeqNum = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for SupportNextExpectedMsgSeqNum  | 
      
TcpNoDelay
Declaration
public const bool TcpNoDelay = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for TcpNoDelay  | 
      
UpdateSendingTime
Declaration
public const bool UpdateSendingTime = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for UpdateSendingTime  | 
      
ValidateCheckSum
Declaration
public const bool ValidateCheckSum = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateCheckSum  | 
      
ValidateDuplicatedFields
Declaration
public const bool ValidateDuplicatedFields = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateDuplicatedFields  | 
      
ValidateEmptyFieldValues
Declaration
public const bool ValidateEmptyFieldValues = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateEmptyFieldValues  | 
      
ValidateFieldValues
Declaration
public const bool ValidateFieldValues = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateFieldValues  | 
      
ValidateRepeatingGroupEntryCount
Declaration
public const bool ValidateRepeatingGroupEntryCount = true
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateRepeatingGroupEntryCount  | 
      
ValidateRepeatingGroupLeadingField
Declaration
public const bool ValidateRepeatingGroupLeadingField = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateRepeatingGroupLeadingField  | 
      
ValidateRequiredFields
Declaration
public const bool ValidateRequiredFields = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateRequiredFields  | 
      
ValidateUnknownFields
Declaration
public const bool ValidateUnknownFields = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateUnknownFields  | 
      
ValidateUnknownMessages
Declaration
public const bool ValidateUnknownMessages = false
  Field Value
| Type | Description | 
|---|---|
| bool | The default value for ValidateUnknownMessages  | 
      
Versions
Declaration
public static readonly IReadOnlyCollection<ProtocolVersion> Versions
  Field Value
| Type | Description | 
|---|---|
| IReadOnlyCollection<ProtocolVersion> | The default value for Versions  |