Click or drag to resize

BackfillQuotes Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Model.IOQuotesBase
    ArthaChitra.Model.IOBackfillQuotes

Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class BackfillQuotes : QuotesBase

The BackfillQuotes type exposes the following members.

Constructors
 NameDescription
Public methodBackfillQuotes 
Top
Properties
 NameDescription
Public propertyCount
(Overrides QuotesBaseCount)
Public propertyCurrent
(Overrides QuotesBaseCurrent)
Public propertyFirst
(Overrides QuotesBaseFirst)
Top
Methods
 NameDescription
Public methodDispose
(Overrides QuotesBaseDispose)
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 methodMoveNext
(Overrides QuotesBaseMoveNext)
Public methodReset
(Overrides QuotesBaseReset)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also