Click or drag to resize
ITimeSheetGetColumnAsTimePoints Method (String, EquityType)

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ITimeSeriesPoint> GetColumnAsTimePoints(
	string symbol,
	EquityType equityType
)

Parameters

symbol
Type: SystemString

[Missing <param name="symbol"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.GetColumnAsTimePoints(System.String,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]

equityType
Type: C2ExplorerServiceStack.Logic.InterfacesEquityType

[Missing <param name="equityType"/> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ITimeSheet.GetColumnAsTimePoints(System.String,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]

Return Value

Type: IEnumerableITimeSeriesPoint

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

See Also