| ITimeSheetEquitiesSheet Method (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.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax Frame<DateTime, string> EquitiesSheet(
bool fillLeadingMissing = true
)
Parameters
- fillLeadingMissing (Optional)
- Type: SystemBoolean
if set to true [fill leading missing].
Return Value
Type:
FrameDateTime,
String[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.EquitiesSheet(System.Boolean)"]
Remarks It is supposed that all systems in C2Explorer are live.
It means the ending TimeSheet data should not contain missing values.
See Also