Click or drag to resize
ITimeSheet Methods

The ITimeSheet type exposes the following members.

Methods
  NameDescription
Public methodEquitiesSheet
This function runs the TimeSheet.
Public methodEquitiesSheet(Boolean)
This function runs the TimeSheet. If fillLeadingMissing = false, it does not fill leading missing values by zero. Leading missing values can be identified later and those rows omitted. It enables to create a frame which includes just the time slots common to all trading systems.
Public methodGetColumn(Int64, EquityType)
Returns a column from the TimeSheet.
Public methodGetColumn(String, EquityType)
Returns a column from the TimeSheet.
Public methodGetColumnAsDouble(Int64, EquityType)
Returns a column from the TimeSheet.
Public methodGetColumnAsDouble(String, EquityType)
Returns a column from the TimeSheet.
Public methodGetColumnAsTimePoints(Int64, EquityType)
Public methodGetColumnAsTimePoints(String, EquityType)
Public methodGetEquitiesSheet
Returns data for TABLE.
Top
See Also