Click or drag to resize
ITimeSheetGetColumnAsDouble Method (String, EquityType)
Returns a column from the TimeSheet.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
Series<DateTime, double> GetColumnAsDouble(
	string symbol,
	EquityType equityType
)

Parameters

symbol
Type: SystemString
The symbol (stock, forex,...).
equityType
Type: C2ExplorerServiceStack.Logic.InterfacesEquityType
Type of the column data.

Return Value

Type: SeriesDateTime, Double

[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.GetColumnAsDouble(System.String,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]

Remarks
Usable for further arithmetic operations. (Decimal columns are not easy.)
See Also