Handler Constructor | Table of Content | BestBidOfferTrackingOptions Property |
Handler Properties |
The Handler type exposes the following members.
Name | Description | |
---|---|---|
BestBidOfferTrackingOptions |
Describes parameters and thresholds which
will be used to track best bids and best asks.
| |
BookUpdatedCallbackPolicy |
Gets book updated callbacks policy.
| |
ChannelConfigurationFile |
Path to the CME Market Data Feed Channel configuration XML file.
| |
ChannelId |
CME Market Data Feed Channel ID.
| |
DecoderLibraryPath |
Path to generated decoder library assembly.
| |
DecoderTypeFullName |
Get or set the name of the decoder class which will be used when LoadDecoderLibrary is true.
| |
DirectBookDefaultDepth |
Get or set default depth for direct book.
| |
FixMessagesTraceSwitch |
Trace switch to control fix message processing related tracing and debug output.
| |
ImpliedBookDefaultDepth |
Get or set default depth for implied book.
| |
LicenseExpirationDate |
Gets license expiration date.
| |
LicensePath |
Path to the directory where license file located.
| |
LoadDecoderLibrary |
Get or set if the handler should load existing decoding library or create a new one.
DecoderTypeFullName property will specify decoder type full name.
| |
LocalNetworkInterface |
The local network interface that is used to receive UDP multicast packets.
| |
LocalNetworkInterfaceA |
The local network interface that is used to receive UDP multicast packets for "A" feeds.
| |
LocalNetworkInterfaceB |
The local network interface that is used to receive UDP multicast packets for "B" feeds.
| |
MaximumNumberOfQueuedIncrementalRefreshMessages |
Maximum number of queued Market Data Incremental Refresh (X) messages.
| |
MaximumOutOfOrderIncrementalQueueSize |
Get or set maximum incremental packets cache size. This cache are used for packet alignment. Default value is 5.
| |
NumberOfQueuedIncrementalRefreshMessages |
Gets count of queued incremental refresh messages.
| |
OrderBookTraceSwitch |
Trace switch to control order books related tracing and debug output.
| |
OutOfOrderIncrementalQueueSize |
Gets count of incremental messages, cached in sorting cache.
| |
ReceiveBufferSize |
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.
| |
ReceiversTraceSwitch |
Trace switch to control udp receivers related tracing and debug output.
| |
ReceiveTimeoutInMilliseconds |
Gets or sets the amount of time a Handler will wait to receive data once a read operation is initiated.
| |
ReceivingThreadPriority |
Get or set thread priority of receiving thread.
Default value is normal.
| |
RecoverSecurityDefinitionsOnGap |
Option to recover the Security Definition messages each time when the message sequence gap is detected.
| |
ReportNoDataWarning |
Gets or Set the flag to suppress OnWarning events for "NO DATA in Incremental A/B UdpReceiver during ReceiveTimeoutInMilliseconds"
| |
SbeTemplatesFile |
Path to the CME SBE templates file.
| |
SecurityDefinitionsCacheRoot |
Gets or Sets path where Security Definitions cache will be stored.
| |
SecurityGroupFilters |
Gets Security Group filtering values.
| |
SecurityIdFilters |
Gets Security ID filtering values.
| |
State |
Handler's state.
| |
SymbolFilters |
Gets Symbol filtering values.
| |
TcpReplay |
Option to use the TcpReplay Channel for recovory of missed messages.
| |
TcpReplayPassword |
Password or passphrase to be used in the Logon (35=A) message from customer to CME Tcp Replay service.
| |
TcpReplayReconnectAttempts |
Number of attempts to receive missed messages via CME Tcp Replay service.
| |
TcpReplayReconnectIntervalInMilliseconds |
Interval between attempts to receive missed messages via CME Tcp Replay service (in milliseconds).
| |
TcpReplayUsername |
Userid or username to be used in the Logon (35=A) message from customer to CME Tcp Replay service.
| |
Timestamp |
Timestamp delegate.
| |
TraceSwitch |
Trace switch to control Handler related tracing and debug output.
| |
UdpSocketBufferSize |
Gets or sets socket receive buffer size in bytes.
Default value is 4194304 = 4MB.
| |
UseIncrementalFeedA |
Gets or Set the flag to use or not Incremental (UDP) Feed A
| |
UseIncrementalFeedB |
Gets or Set the flag to use or not Incremental (UDP) Feed B
| |
UseInstrumentReplayFeedA |
Gets or Set the flag to use or not Instrument Definition (UDP) Feed A
| |
UseInstrumentReplayFeedB |
Gets or sets the flag to use or not Instrument Definition (UDP) Feed B
| |
UseSnapshotFeedA |
Gets or Set the flag to use or not Market Recovery (UDP) Feed A
| |
UseSnapshotFeedB |
Gets or Set the flag to use or not Market Recovery (UDP) Feed B
|