ScannerBase Methods |
The ScannerBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddInstrument |
Add a secondary instrument
|
![]() | Alert(String) |
Sends a new Alert message to the Alert View
|
![]() | Alert(AlertPriority, String) |
Sends a new Alert message to the Alert View
|
![]() | Alert(String, String) |
Sends a new Alert message to the Alert View
|
![]() | Alert(String, String, TimeSpan) |
Sends a new Alert message to the Alert View
|
![]() | Alert(AlertPriority, String, Brush, Brush) |
Sends a new Alert message to the Alert View
|
![]() | Alert(String, AlertPriority, String, Brush, Brush, TimeSpan) |
Sends a new Alert message to the Alert View
|
![]() | Clone |
Returns a clone object
|
![]() | 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.) |
![]() | GetPosition |
Returns the position of the selected account and the instrument of the row with ProductType == Cash
|
![]() | GetPosition(Boolean) |
Returns the position of the selected account and the instrument of the row with ProductType == Margin
|
![]() | GetPosition(ProductType) |
Returns the position of the select account and the instrument of the row with the specified productType
|
![]() | GetRealTimeData |
Returns the realTimeData for the specified marketDataType
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Log |
Log message. It will be displayed in the Logs tab in Main View
(Inherited from PrintLogBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyPropertyChanged |
Raises the property changed event
|
![]() | OnLevel1 |
Raised on incoming level1 ticks
|
![]() | OnLevel2 |
Raised on level2 ticks
|
![]() | OnPosition |
Raised when the postion is updated
|
![]() | OnStateChange |
Raised when the state changes
|
![]() | OnTick | Obsolete.
Raised on a new incoming tick. This method is obsolete. Please use the OnLevel1 method
|
![]() | PlaySound |
Plays a sound file
|
![]() | Print(String) |
Prints the message in the Output view
(Inherited from PrintLogBase.) |
![]() | Print(String, Brush) |
Prints the message in the Output view
(Inherited from PrintLogBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |