forwardUseSnapshotFeedB Property    Table of ContentAddSecurityGroupFilter Method forward
Handler Methods

The Handler type exposes the following members.

Methods
  NameDescription
Public methodAddSecurityGroupFilter
Add the Security Group filtering value. The filter is inclusive.
Public methodAddSecurityIdFilter
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.
Public methodAddSymbolFilter
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.
Public methodClearSecurityGroupFilters
Removes all the Security Group filters.
Public methodClearSecurityIdFilters
Removes all the Security ID filters.
Public methodClearSymbolFilters
Removes all the Symbol filters.
Public methodDispose()
Stops handler and clear resources.
Protected methodDispose(Boolean)
Stops handler and clear resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLogTrace
Write information text message to trace log.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPause
Pauses log replay.
Public methodRemoveSecurityGroupFilter
Removes the Security Group filter value.
Public methodRemoveSecurityIdFilter
Removes the SecurityId filter value.
Public methodRemoveSymbolFilter
Removes the Symbol filter value.
Public methodResume
Resumes log replay.
Public methodStart()
Starts the receiving and processing of market data. Market joining strategy is Late Join. Security definitions was not cached.
Public methodStart(Boolean)
Starts the receiving and processing of market data using cache security definitions option. Market joining strategy is Late Join.
Public methodStart(HandlerStartupStrategy)
Starts the receiving and processing of market data. Security definitions was not cached.
Public methodStart(ReplayOptions)
Starts handler in replaying logs mode.
Public methodStart(HandlerStartupStrategy, Boolean)
Starts the receiving and processing of market data using startupStrategy 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.)
Top
See Also