Click or drag to resize

ScannerBase Class

Base class for Market Scanner columns
Inheritance Hierarchy

Namespace:  SharpCharts.Base.MarketWatch
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public class ScannerBase : PrintLogBase, 
	INotifyPropertyChanged, ITemplate

The ScannerBase type exposes the following members.

Constructors
  NameDescription
Public methodScannerBase
Top
Properties
  NameDescription
Public propertyAccount
Gets or sets te account
Public propertyCellConditionItems
Public propertyDefaultTemplate
Gets the default template
Protected propertyDialogService (Inherited from MessageBoxBase.)
Public propertyDisplayName
Gets the display name
Public propertyDisplayValue
Gets or sets the display value
Public propertyError
Gets the Error string
(Inherited from MessageBoxBase.)
Protected propertyExceptionMessage
Gets the exception object
Protected propertyFileService (Inherited from MessageBoxBase.)
Public propertyHasParameter
Public propertyHeaderString
Gets the header string
Public propertyInstrument
Gets the instrument
Public propertyInstruments
Protected propertyIsLevel1Subscribed Obsolete.
Obsolate
Protected propertyIsLevel2Subscribed Obsolete.
Obsolate
Protected propertyIsPositionSubscribed Obsolete.
Obsolate
Public propertyItem
Gets the IDataErrorInfo error string
(Inherited from MessageBoxBase.)
Protected propertyMessageBox (Inherited from MessageBoxBase.)
Public propertyName
Gets the scanner name
Protected propertySingletonService (Inherited from MessageBoxBase.)
Public propertyState
Public propertyStringFormat
Gets the string format
Public propertyTemplate
Gets the template
Public propertyTemplateType
Gets the template type
Top
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
Events
  NameDescription
Public eventPropertyChanged
Notifies property change
Top
See Also