Click or drag to resize
IQueryRunnerGetEquitiesSheet Method (IEnumerableInt64, 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(
	IEnumerable<long> systemsIds,
	TimeInterval timeInterval = TimeInterval.Month,
	EquityType equityType = EquityType.Equity,
	string commissionPLan = "default"
)

Parameters

systemsIds
Type: System.Collections.GenericIEnumerableInt64
The systems ids.
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 p lan.

Return Value

Type: IEnumerableObject
See Also