Click or drag to resize
IQueryRunnerGetEquitiesSheet Method (Int64, TimeInterval, EquityType, String)
Returns a TimeSheet data in the format for the TABLE variable.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<Object> GetEquitiesSheet(
	long systemId,
	TimeInterval timeInterval = TimeInterval.Month,
	EquityType equityType = EquityType.Equity,
	string commissionPLan = "default"
)

Parameters

systemId
Type: SystemInt64
The system id.
timeInterval (Optional)
Type: C2ExplorerServiceStack.Logic.InterfacesTimeInterval
The time interval.
equityType (Optional)
Type: C2ExplorerServiceStack.Logic.InterfacesEquityType
Type of the equity.
commissionPLan (Optional)
Type: SystemString
The commission plan id.

Return Value

Type: IEnumerableObject

[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.IQueryRunner.GetEquitiesSheet(System.Int64,C2ExplorerServiceStack.Logic.Interfaces.TimeInterval,C2ExplorerServiceStack.Logic.Interfaces.EquityType,System.String)"]

See Also