Collective2 Explorer
Collective2 Explorer
C2ExplorerServiceStack.Logic Namespaces
C2ExplorerServiceStack.Logic.Interfaces
ITimeSheet Interface
ITimeSheet Methods
GetColumn Method
GetColumn Method (Int64, EquityType)
GetColumn Method (String, EquityType)
ITimeSheet
GetColumn 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#
Copy
Series
<
DateTime
,
decimal
>
GetColumn
(
string
symbol
,
EquityType
equityType
)
Parameters
symbol
Type:
System
String
The symbol (stocks, forex,...).
equityType
Type:
C2ExplorerServiceStack.Logic.Interfaces
EquityType
Type of the column data.
Return Value
Type:
Series
DateTime
,
Decimal
See Also
Reference
ITimeSheet Interface
GetColumn Overload
C2ExplorerServiceStack.Logic.Interfaces Namespace