Click or drag to resize
ITimeSheetEquitiesSheet Method (Boolean)
This function runs the TimeSheet. 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 freame 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
C#
Frame<DateTime, string> EquitiesSheet(
	bool fillLeadingMissing = true
)

Parameters

fillLeadingMissing (Optional)
Type: SystemBoolean
if set to true [fill leading missing].

Return Value

Type: FrameDateTime, String
See Also