Click or drag to resize

ArbitrageScanner Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Core.ViewModelServiceBase
      ArthaChitra.Model.SharpScriptSharpScriptBase
        ArthaChitra.Model.MarketScannerStaticScannerBase
          ArthaChitra.Model.MarketScannerArbitrageScanner

Namespace: ArthaChitra.Model.MarketScanner
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
public sealed class ArbitrageScanner : StaticScannerBase

The ArbitrageScanner type exposes the following members.

Constructors
 NameDescription
Public methodArbitrageScanner 
Top
Properties
 NameDescription
Public propertyDisplayName Gets the display name
(Inherited from SharpScriptBase)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyExpiryDate 
Public propertyInstrumentList 
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyItems
(Inherited from StaticScannerBase)
Public propertyName Gets the name
(Inherited from SharpScriptBase)
Public propertyState Gets the current State of the script
(Inherited from SharpScriptBase)
Public propertyTemplate
(Inherited from StaticScannerBase)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodOnProcess
(Overrides StaticScannerBaseOnProcess)
Public methodOnScannerDataEnd
(Inherited from StaticScannerBase)
Public methodOnSnapQuoteEnd
(Overrides StaticScannerBaseOnSnapQuoteEnd(SnapQuoteEndEventArgs))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also