Click or drag to resize
ICommissionsCalcCommissions Method (Int64)
Calculates commissions paid by the trading system.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
decimal CalcCommissions(
	long systemId
)

Parameters

systemId
Type: SystemInt64
The system identifier.

Return Value

Type: Decimal

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

See Also