SharpTrader.SDK - Developer API

IDataReader Properties

The IDataReader type exposes the following members.

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].