Click or drag to resize

ScannerBase Methods

The ScannerBase type exposes the following members.

Methods
  NameDescription
Protected methodAddInstrument
Add a secondary instrument
Protected methodAlert(String)
Sends a new Alert message to the Alert View
Protected methodAlert(AlertPriority, String)
Sends a new Alert message to the Alert View
Protected methodAlert(String, String)
Sends a new Alert message to the Alert View
Protected methodAlert(String, String, TimeSpan)
Sends a new Alert message to the Alert View
Protected methodAlert(AlertPriority, String, Brush, Brush)
Sends a new Alert message to the Alert View
Protected methodAlert(String, AlertPriority, String, Brush, Brush, TimeSpan)
Sends a new Alert message to the Alert View
Protected methodClone
Returns a clone object
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.)
Protected methodGetPosition
Returns the position of the selected account and the instrument of the row with ProductType == Cash
Protected methodGetPosition(Boolean)
Returns the position of the selected account and the instrument of the row with ProductType == Margin
Protected methodGetPosition(ProductType)
Returns the position of the select account and the instrument of the row with the specified productType
Protected methodGetRealTimeData
Returns the realTimeData for the specified marketDataType
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog
Log message. It will be displayed in the Logs tab in Main View
(Inherited from PrintLogBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNotifyPropertyChanged
Raises the property changed event
Protected methodOnLevel1
Raised on incoming level1 ticks
Protected methodOnLevel2
Raised on level2 ticks
Protected methodOnPosition
Raised when the postion is updated
Protected methodOnStateChange
Raised when the state changes
Protected methodOnTick Obsolete.
Raised on a new incoming tick. This method is obsolete. Please use the OnLevel1 method
Public methodPlaySound
Plays a sound file
Protected methodPrint(String)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Protected methodPrint(String, Brush)
Prints the message in the Output view
(Inherited from PrintLogBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also