ScannerBase Class |
Namespace: SharpCharts.Base.MarketWatch
public class ScannerBase : PrintLogBase, INotifyPropertyChanged, ITemplate
The ScannerBase type exposes the following members.
Name | Description | |
---|---|---|
ScannerBase |
Name | Description | |
---|---|---|
Account |
Gets or sets te account
| |
CellConditionItems | ||
DefaultTemplate |
Gets the default template
| |
DialogService | (Inherited from MessageBoxBase.) | |
DisplayName |
Gets the display name
| |
DisplayValue |
Gets or sets the display value
| |
Error |
Gets the Error string
(Inherited from MessageBoxBase.) | |
ExceptionMessage |
Gets the exception object
| |
FileService | (Inherited from MessageBoxBase.) | |
HasParameter | ||
HeaderString |
Gets the header string
| |
Instrument |
Gets the instrument
| |
Instruments | ||
IsLevel1Subscribed | Obsolete.
Obsolate
| |
IsLevel2Subscribed | Obsolete.
Obsolate
| |
IsPositionSubscribed | Obsolete.
Obsolate
| |
Item |
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.) | |
MessageBox | (Inherited from MessageBoxBase.) | |
Name |
Gets the scanner name
| |
SingletonService | (Inherited from MessageBoxBase.) | |
State | ||
StringFormat |
Gets the string format
| |
Template |
Gets the template
| |
TemplateType |
Gets the template type
|
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.) |
Name | Description | |
---|---|---|
PropertyChanged |
Notifies property change
|