Click or drag to resize
ICommissionsCommissionByInstruments Method
Returns a list of commission fees calculated for all types of instruments traded by the trading system.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ICommissionByInstrument> CommissionByInstruments(
	long systemId
)

Parameters

systemId
Type: SystemInt64
The system identifier.

Return Value

Type: IEnumerableICommissionByInstrument
See Also