Click or drag to resize
ICommissionsCommissionByPlan Method
Returns a list of commission fees paid usign different brokers.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ICommissionByPlan> CommissionByPlan(
	long systemId,
	string plansIds = "default,daniels,ib,mbt,oec,ox,tm"
)

Parameters

systemId
Type: SystemInt64
The system identifier.
plansIds (Optional)
Type: SystemString
The plans ids.

Return Value

Type: IEnumerableICommissionByPlan

[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ICommissions.CommissionByPlan(System.Int64,System.String)"]

See Also