| 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 IEnumerable<ICommissionByInstrument> CommissionByInstruments(
long systemId
)
Parameters
- systemId
- Type: SystemInt64
The system identifier.
Return Value
Type:
IEnumerableICommissionByInstrument[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.ICommissions.CommissionByInstruments(System.Int64)"]
See Also