The Handler type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddSecurityDescriptionFilter |
Add the Secirity Description filtering value.
The filter is inclusive.
|
![]() | AddSecurityGroupFilter |
Add the Secirity Group filtering value.
The filter is inclusive.
|
![]() | AddSecurityIdFilter | |
![]() | AddSubchannelFilter |
Add the Subchannel filtering value.
The filter is inclusive.
|
![]() | AddSymbolFilter |
Add the Symbol filtering value. The filter is inclusive.
|
![]() | ClearSecurityDescriptionFilters | |
![]() | ClearSecurityGroupFilters | |
![]() | ClearSecurityIdFilters | |
![]() | ClearSubchannelFilters | |
![]() | ClearSymbolFilters | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | LogTrace |
Put text message to log
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnConsolidatedOrderBookTopOfTheBookUpdated |
Is called when the Consolidated Order Book top of the book is updated.
|
![]() | OnConsolidatedOrderBookUpdated |
Is called when the Consolidated Order Book is updated.
|
![]() | OnDirectOrderBookUpdated |
Is called when the regular order book is updated.
|
![]() | OnError |
Is called when Error is reported.
|
![]() | OnImpliedOrderBookChanged |
Is called when the implied order book is changed.
|
![]() | OnImpliedOrderBookReset |
Is called when the implied order book is reset.
|
![]() | OnImpliedOrderBookTopOfTheBookUpdated |
Is called when the implied order book top of the book is updated.
|
![]() | OnImpliedOrderBookUpdated |
Is called when the implied order book is updated.
|
![]() | OnInfo |
Is called when the information message is reported.
|
![]() | OnMessageProcessingFinished |
Is called when the message processing is finished.
|
![]() | OnMessageProcessingStarted |
Is called when the message processing is started.
|
![]() | OnNewsReceived |
Is called when the News message is received.
|
![]() | OnNoDataOnFeedReceived |
Is called when NoDataOnFeed is reported.
|
![]() | OnRegularOrderBookChanged |
Is called when the regular order book is changed.
|
![]() | OnRegularOrderBookReset |
Is called when the regular order book is reset.
|
![]() | OnRegularOrderBookTopOfTheBookUpdated |
Is called when the regular order book top of the book is updated.
|
![]() | OnSecurityDefinitionDeleted |
Is called when the security definition message is received.
|
![]() | OnSecurityDefinitionReceived |
Is called when the security definition message is received.
|
![]() | OnSecurityStatusChanged |
Is called when the Security Status is changed.
|
![]() | OnStateChanged |
Is called when Handler's state is changed.
|
![]() | OnStatistcsReset |
Is called when the Security Status is changed.
|
![]() | OnStatistics |
Is called when the statistics is received.
|
![]() | OnTrade |
Is called when the trade is received.
|
![]() | OnWarning |
Is called when the Warning is reported.
|
![]() | RemoveSecurityDescriptionFilter |
Removes the Security Description filter value.
|
![]() | RemoveSecurityGroupFilter |
Removes the Security Group filter value.
|
![]() | RemoveSecurityIdFilter |
Removes the SecurityId filter value.
|
![]() | RemoveSubchannelFilter |
Removes the Subchannel filter value.
|
![]() | RemoveSymbolFilter |
Removes the Symbol filter value.
|
![]() | Start()()()() |
Starts the receiving and processing of market data.
All types of books are maintained.
Security definitions was not cached.
|
![]() | Start(Boolean) |
Starts the receiving and processing of market
data using cache security definitions option.
All types of books are maintained.
|
![]() | Start(BooksMaintenanceOptions) |
Starts the receiving and processing of market
data using the spelcified books maintainance options.
Security definitions was not cached.
|
![]() | Start(ReplayOptions) |
Starts handler in replaying logs mode.
All types of books are maintained.
|
![]() | Start(BooksMaintenanceOptions, ReplayOptions) |
Starts handler in replaying logs mode using the spelcified books maintainance options.
|
![]() | Start(BooksMaintenanceOptions, Boolean) |
Starts the receiving and processing of market data using the spelcified
books maintainance options and cache security definitions option.
|
![]() | Stop |
Stops the receiving and processing of market data.
|
![]() | ToString | (Inherited from Object.) |