SharpTrader.SDK - Developer API

IDataReader Members

The IDataReader type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadData
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property AddMissingRows
Gets or sets a value indicating whether to add missing subhour rows by copying quotes from the previous available row.
Public property ImportFromTimestamp
Gets or sets

Field Value

the first timestamp to import (if later than the first actually available).
Public property NormalizeBaseIndex
Gets or sets a value indicating add and remove hours to match .
Public property SupportedDataSourceTypes
Gets

Field Value

the implementations of IDataSource that this instance supports. If the instance is IDataReader<(Of <(<'TDataSource>)>)>, should return the type parameter.
Public property TimestampFormat
Gets

Field Value

the format used when parsing timestamp strings.
Public property TradingSchedule
Gets or sets

Field Value

the type implementing [ITradingSchedule].