Collective2 Explorer
Collective2 Explorer
C2ExplorerServiceStack.Logic Namespaces
C2ExplorerServiceStack.Logic.Interfaces
ITimeSheet Interface
ITimeSheet Methods
GetColumnAsDouble Method
GetColumnAsDouble Method (Int64, EquityType)
GetColumnAsDouble Method (String, EquityType)
ITimeSheet
GetColumnAsDouble 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
,
double
>
GetColumnAsDouble
(
string
symbol
,
EquityType
equityType
)
Parameters
symbol
Type:
System
String
The symbol (stock, forex,...).
equityType
Type:
C2ExplorerServiceStack.Logic.Interfaces
EquityType
Type of the column data.
Return Value
Type:
Series
DateTime
,
Double
Remarks
Usable for further arithmetic operations. (Decimal columns are not easy.)
See Also
Reference
ITimeSheet Interface
GetColumnAsDouble Overload
C2ExplorerServiceStack.Logic.Interfaces Namespace