forwardHandler Constructor    Table of ContentBestBidOfferTrackingOptions Property forward
Handler Properties

The Handler type exposes the following members.

Properties
  NameDescription
Public propertyBestBidOfferTrackingOptions
Describes parameters and thresholds which will be used to track best bids and best asks.
Public propertyBookUpdatedCallbackPolicy
Gets book updated callbacks policy.
Public propertyChannelConfigurationFile
Path to the CME Market Data Feed Channel configuration XML file.
Public propertyChannelId
CME Market Data Feed Channel ID.
Public propertyDecoderLibraryPath
Path to generated decoder library assembly.
Public propertyDecoderTypeFullName
Get or set the name of the decoder class which will be used when LoadDecoderLibrary is true.
Public propertyDirectBookDefaultDepth
Get or set default depth for direct book.
Public propertyStatic memberFixMessagesTraceSwitch
Trace switch to control fix message processing related tracing and debug output.
Public propertyImpliedBookDefaultDepth
Get or set default depth for implied book.
Public propertyLicenseExpirationDate
Gets license expiration date.
Public propertyStatic memberLicensePath
Path to the directory where license file located.
Public propertyLoadDecoderLibrary
Get or set if the handler should load existing decoding library or create a new one. DecoderTypeFullName property will specify decoder type full name.
Public propertyLocalNetworkInterface
The local network interface that is used to receive UDP multicast packets.
Public propertyLocalNetworkInterfaceA
The local network interface that is used to receive UDP multicast packets for "A" feeds.
Public propertyLocalNetworkInterfaceB
The local network interface that is used to receive UDP multicast packets for "B" feeds.
Public propertyStatic memberMaximumNumberOfQueuedIncrementalRefreshMessages
Maximum number of queued Market Data Incremental Refresh (X) messages.
Public propertyMaximumOutOfOrderIncrementalQueueSize
Get or set maximum incremental packets cache size. This cache are used for packet alignment. Default value is 5.
Public propertyNumberOfQueuedIncrementalRefreshMessages
Gets count of queued incremental refresh messages.
Public propertyStatic memberOrderBookTraceSwitch
Trace switch to control order books related tracing and debug output.
Public propertyOutOfOrderIncrementalQueueSize
Gets count of incremental messages, cached in sorting cache.
Public propertyReceiveBufferSize
Gets or sets size of receiving buffer in bytes. Increasing this buffer will decrease GC load. If value will be less or equal then 65536 bytes, then default system value of 65536 bytes will be used. Default value is 65536 * 10.
Public propertyStatic memberReceiversTraceSwitch
Trace switch to control udp receivers related tracing and debug output.
Public propertyReceiveTimeoutInMilliseconds
Gets or sets the amount of time a Handler will wait to receive data once a read operation is initiated.
Public propertyReceivingThreadPriority
Get or set thread priority of receiving thread. Default value is normal.
Public propertyRecoverSecurityDefinitionsOnGap
Option to recover the Security Definition messages each time when the message sequence gap is detected.
Public propertyReportNoDataWarning
Gets or Set the flag to suppress OnWarning events for "NO DATA in Incremental A/B UdpReceiver during ReceiveTimeoutInMilliseconds"
Public propertySbeTemplatesFile
Path to the CME SBE templates file.
Public propertySecurityDefinitionsCacheRoot
Gets or Sets path where Security Definitions cache will be stored.
Public propertySecurityGroupFilters
Gets Security Group filtering values.
Public propertySecurityIdFilters
Gets Security ID filtering values.
Public propertyState
Handler's state.
Public propertySymbolFilters
Gets Symbol filtering values.
Public propertyTcpReplay
Option to use the TcpReplay Channel for recovory of missed messages.
Public propertyTcpReplayPassword
Password or passphrase to be used in the Logon (35=A) message from customer to CME Tcp Replay service.
Public propertyTcpReplayReconnectAttempts
Number of attempts to receive missed messages via CME Tcp Replay service.
Public propertyTcpReplayReconnectIntervalInMilliseconds
Interval between attempts to receive missed messages via CME Tcp Replay service (in milliseconds).
Public propertyTcpReplayUsername
Userid or username to be used in the Logon (35=A) message from customer to CME Tcp Replay service.
Public propertyStatic memberTimestamp
Timestamp delegate.
Public propertyStatic memberTraceSwitch
Trace switch to control Handler related tracing and debug output.
Public propertyUdpSocketBufferSize
Gets or sets socket receive buffer size in bytes. Default value is 4194304 = 4MB.
Public propertyUseIncrementalFeedA
Gets or Set the flag to use or not Incremental (UDP) Feed A
Public propertyUseIncrementalFeedB
Gets or Set the flag to use or not Incremental (UDP) Feed B
Public propertyUseInstrumentReplayFeedA
Gets or Set the flag to use or not Instrument Definition (UDP) Feed A
Public propertyUseInstrumentReplayFeedB
Gets or sets the flag to use or not Instrument Definition (UDP) Feed B
Public propertyUseSnapshotFeedA
Gets or Set the flag to use or not Market Recovery (UDP) Feed A
Public propertyUseSnapshotFeedB
Gets or Set the flag to use or not Market Recovery (UDP) Feed B
Top
See Also