Handler Constructor Table of ContentAddSecurityDescriptionFilter Method

The Handler type exposes the following members.

Methods

  NameDescription
Public methodAddSecurityDescriptionFilter
Add the Secirity Description filtering value. The filter is inclusive.
Public methodAddSecurityGroupFilter
Add the Secirity Group filtering value. The filter is inclusive.
Public methodAddSecurityIdFilter
Public methodAddSubchannelFilter
Add the Subchannel filtering value. The filter is inclusive.
Public methodAddSymbolFilter
Add the Symbol filtering value. The filter is inclusive.
Public methodClearSecurityDescriptionFilters
Public methodClearSecurityGroupFilters
Public methodClearSecurityIdFilters
Public methodClearSubchannelFilters
Public methodClearSymbolFilters
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLogTrace
Put text message to log
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConsolidatedOrderBookTopOfTheBookUpdated
Is called when the Consolidated Order Book top of the book is updated.
Protected methodOnConsolidatedOrderBookUpdated
Is called when the Consolidated Order Book is updated.
Protected methodOnDirectOrderBookUpdated
Is called when the regular order book is updated.
Protected methodOnError
Is called when Error is reported.
Protected methodOnImpliedOrderBookChanged
Is called when the implied order book is changed.
Protected methodOnImpliedOrderBookReset
Is called when the implied order book is reset.
Protected methodOnImpliedOrderBookTopOfTheBookUpdated
Is called when the implied order book top of the book is updated.
Protected methodOnImpliedOrderBookUpdated
Is called when the implied order book is updated.
Protected methodOnInfo
Is called when the information message is reported.
Protected methodOnMessageProcessingFinished
Is called when the message processing is finished.
Protected methodOnMessageProcessingStarted
Is called when the message processing is started.
Protected methodOnNewsReceived
Is called when the News message is received.
Protected methodOnNoDataOnFeedReceived
Is called when NoDataOnFeed is reported.
Protected methodOnRegularOrderBookChanged
Is called when the regular order book is changed.
Protected methodOnRegularOrderBookReset
Is called when the regular order book is reset.
Protected methodOnRegularOrderBookTopOfTheBookUpdated
Is called when the regular order book top of the book is updated.
Protected methodOnSecurityDefinitionDeleted
Is called when the security definition message is received.
Protected methodOnSecurityDefinitionReceived
Is called when the security definition message is received.
Protected methodOnSecurityStatusChanged
Is called when the Security Status is changed.
Protected methodOnStateChanged
Is called when Handler's state is changed.
Protected methodOnStatistcsReset
Is called when the Security Status is changed.
Protected methodOnStatistics
Is called when the statistics is received.
Protected methodOnTrade
Is called when the trade is received.
Protected methodOnWarning
Is called when the Warning is reported.
Public methodRemoveSecurityDescriptionFilter
Removes the Security Description filter value.
Public methodRemoveSecurityGroupFilter
Removes the Security Group filter value.
Public methodRemoveSecurityIdFilter
Removes the SecurityId filter value.
Public methodRemoveSubchannelFilter
Removes the Subchannel filter value.
Public methodRemoveSymbolFilter
Removes the Symbol filter value.
Public methodStart()()()()
Starts the receiving and processing of market data. All types of books are maintained. Security definitions was not cached.
Public methodStart(Boolean)
Starts the receiving and processing of market data using cache security definitions option. All types of books are maintained.
Public methodStart(BooksMaintenanceOptions)
Starts the receiving and processing of market data using the spelcified books maintainance options. Security definitions was not cached.
Public methodStart(ReplayOptions)
Starts handler in replaying logs mode. All types of books are maintained.
Public methodStart(BooksMaintenanceOptions, ReplayOptions)
Starts handler in replaying logs mode using the spelcified books maintainance options.
Public methodStart(BooksMaintenanceOptions, Boolean)
Starts the receiving and processing of market data using the spelcified books maintainance options and cache security definitions option.
Public methodStop
Stops the receiving and processing of market data.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also