![]() | Table of Content | AddSecurityGroupFilter Method ![]() |
Handler Methods |
The Handler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddSecurityGroupFilter |
Add the Security Group filtering value.
The filter is inclusive.
|
![]() | AddSecurityIdFilter |
Add the Security ID filtering value. The filter is inclusive.
Note: this method can be called only when handler was in STOPPED, STARTED or
SECURITY_DEFINITIONS_RECOVERY_STARTED state or from onSecurityDefinition callback.
If this method will be called from other place this can lead to order book build errors
for specified security.
|
![]() | AddSymbolFilter |
Add the Symbol filtering value. The filter is inclusive.
Note: this method can be called only when handler was in STOPPED, STARTED or
SECURITY_DEFINITIONS_RECOVERY_STARTED state or from onSecurityDefinition callback.
If this method will be called from other place this can lead to order book build errors
for specified security.
|
![]() | ClearSecurityGroupFilters |
Removes all the Security Group filters.
|
![]() | ClearSecurityIdFilters |
Removes all the Security ID filters.
|
![]() | ClearSymbolFilters |
Removes all the Symbol filters.
|
![]() | Dispose() |
Stops handler and clear resources.
|
![]() | Dispose(Boolean) |
Stops handler and clear resources.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | LogTrace |
Write information text message to trace log.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Pause |
Pauses log replay.
|
![]() | RemoveSecurityGroupFilter |
Removes the Security Group filter value.
|
![]() | RemoveSecurityIdFilter |
Removes the SecurityId filter value.
|
![]() | RemoveSymbolFilter |
Removes the Symbol filter value.
|
![]() | Resume |
Resumes log replay.
|
![]() | Start() |
Starts the receiving and processing of market data.
Market joining strategy is Late Join.
Security definitions was not cached.
|
![]() | Start(Boolean) |
Starts the receiving and processing of market
data using cache security definitions option.
Market joining strategy is Late Join.
|
![]() | Start(HandlerStartupStrategy) |
Starts the receiving and processing of market data.
Security definitions was not cached.
|
![]() | Start(ReplayOptions) |
Starts handler in replaying logs mode.
|
![]() | Start(HandlerStartupStrategy, Boolean) |
Starts the receiving and processing of market data using startupStrategy and cache security definitions option.
|
![]() | Stop |
Stops the receiving and processing of market data.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |