Click or drag to resize

BowStaticScanner Class

Inheritance Hierarchy

Namespace: ArthaChitra.Model.MarketScanner
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntax
C#
public abstract class BowStaticScanner : StaticScannerBase

The BowStaticScanner type exposes the following members.

Constructors
 NameDescription
Public methodBowStaticScanner 
Top
Properties
 NameDescription
Protected propertyDialogService Opens a IDialogService dialog
(Inherited from ServiceBase)
Protected propertyDispatcher Gets the dispatcher
(Inherited from SharpScriptBase)
Public propertyDisplayName Gets the display name
(Inherited from SharpScriptBase)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyExchanges 
Protected propertyFileService Opens a IFileService dialog
(Inherited from ServiceBase)
Public propertyHigh 
Public propertyIsParamsVisible 
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyItems
(Inherited from StaticScannerBase)
Public propertyLow 
Protected propertyMessageBox Opens a IMessageBoxService dialog
(Inherited from ServiceBase)
Public propertyName Gets the name
(Inherited from SharpScriptBase)
Public propertyScanTypes 
Public propertySelectedExchange 
Public propertySelectedScanType 
Protected propertySingletonService Opens a ISingletonService dialog
(Inherited from ServiceBase)
Public propertyState Gets the current State of the script
(Inherited from SharpScriptBase)
Public propertyTemplate
(Inherited from StaticScannerBase)
Public propertyTop 
Top
Methods
 NameDescription
Protected methodAlert 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetScanerData
(Inherited from StaticScannerBase)
Protected methodGetSnapQuotes
(Inherited from StaticScannerBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
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)
Public methodOnProcess
(Overrides StaticScannerBaseOnProcess)
Public methodOnScannerDataEnd
(Inherited from StaticScannerBase)
Public methodOnSnapQuoteEnd
(Inherited from StaticScannerBase)
Protected methodOnStateChange
(Inherited from StaticScannerBase)
Protected methodPlaySound Play a sound file as located in the folder ~\Documents\ArthaChitra 2\Sounds
(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 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
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also