Click or drag to resize

ScannerBase Methods

The ScannerBase type exposes the following members.

Methods
 NameDescription
Protected methodAddCellCondition 
Protected methodAddInstrument Add a secondary instrument
Protected methodAlert(String, String) 
Protected methodAlert(String, String, TimeSpan) 
Protected methodAlert(String, Priority, Brush, String) 
Protected methodAlert(String, Priority, Brush, String, TimeSpan) 
Protected methodAlert(String, IInstrument, Priority, Brush, String, TimeSpan) Shoots an alert. The alert is triggered only when the State is Realtime
(Inherited from SharpScriptBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Inherited from SharpScriptBase)
Public methodGetBindingString The binding string. The default binded property is DisplayValue
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodGetValue
(Inherited from NotifyPropertyBase)
Protected methodInvokeAsync Invoke any action. It is recommended to draw any [!:ChartObject.DrawingBase] by invoking this method
(Inherited from SharpScriptBase)
Protected methodLog(String) Logs a message with Low
(Inherited from SharpScriptBase)
Protected methodLog(Priority, String) Logs a message with the specified Priority
(Inherited from SharpScriptBase)
Protected methodLog(Priority, Brush, String) Logs a message with the specified Priority and defined brush
(Inherited from SharpScriptBase)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyPropertyChanged
(Inherited from SharpScriptBase)
Protected methodOnLevel1 
Protected methodOnPosition 
Protected methodOnRender Whne overriden will render the content as drawn by user. Assigning a value to the DisplayValue property will call the method
Protected methodOnStateChange Invoked when the State changes
(Inherited from SharpScriptBase)
Protected methodPlaySound
(Inherited from SharpScriptBase)
Protected methodPrint(String, String) Prints a message with Low
(Inherited from SharpScriptBase)
Protected methodPrint(Brush, String, String) Prints a message with a defined foreground brush
(Inherited from SharpScriptBase)
Protected methodPrint(Priority, String, String) Prints a message with the defined Priority
(Inherited from SharpScriptBase)
Protected methodRound Rounds the value with the factor as defined in Options > General tab > RoundFactor
(Inherited from SharpScriptBase)
Protected methodSetValue
(Inherited from NotifyPropertyBase)
Protected methodShare Share messages via to social media SocialType The messages will be transmitted only when the state is Realtime
(Inherited from SharpScriptBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also