Click or drag to resize

MDAppParams Class

Startup parameters
Inheritance Hierarchy
SystemObject
  com.b2bits.FIXAntenna.GlobexMDAppParams

Namespace: com.b2bits.FIXAntenna.Globex
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public class MDAppParams

The MDAppParams type exposes the following members.

Constructors
 NameDescription
Public methodMDAppParamsInitializes a new instance of the MDAppParams class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldActiveConnectionsList of channel connection to use; empty means all connections are allowed.
Public fieldActiveConnections20List of channel connection to use for FIX/FAST 2.0; empty means all connections are allowed.
Public fieldApplicationMessageQueueSizeCount of messages that are queued for processing by Application.
Public fieldCheckUDPSenderPass true to check the UDP packet sender's IP address.
Public fieldConfig20XMLPath to the CME configuration file
Public fieldConfigXMLPath to the CME configuration file
Public fieldDetectionHolePackDelay Number of incoming messages with seq num out of order to skip before start recovery.Default value is 1
Public fieldIncomingUdpBufferSizeUDP incoming buffer size.
Public fieldIncrementalProcessorInterfaceIP IP of network interface to listen on for separate "X" processing; nullptr or empty string means all interfaces.(Default value is null (all interfaces))
Public fieldIncrementalProcessorTransportType Transport layer for data reading by separated "X" threads.Default value is Transport::Sockets
Public fieldIncrementalProcessorWorkerCount Number of separate threads to decode incoming "X" messages. (0 - disble separate processing of "X".Default value is 0
Public fieldIncrementQueueSizeMaximum number of messages could be stored in recovery mode for the particular instrument.
Public fieldListenInterfaceIPIP of network interface to listen on; nullptr or empty string means all interfaces.
Public fieldLogIncomingFIXMessagesPass true to write out to the log file incoming FIX messages. Default value is false.
Public fieldLogIncomingUDPMessagesPass true to write out to the binary log file incoming FAST messages. Default value is false.
Public fieldNumberOfWorkersNumber of threads to decode incoming data.
Public fieldTemplatesPath to the CME FAST templates file.
Public fieldTransportTypeTransport layer for data reading. Default value is Transport::Sockets.(Transport::MyricomDBL is unsupported temporary)
Public fieldUseMsgSeqNumForGapDetection Pass true to use tag 34 for detect gaps.Default value is false
Top
See Also