Click or drag to resize
ICommissionsCalcCommissions Method (IEnumerablec2ex_closedsignals)
Calculates commissions for the given signals set.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
decimal CalcCommissions(
	IEnumerable<c2ex_closedsignals> signals
)

Parameters

signals
Type: System.Collections.GenericIEnumerablec2ex_closedsignals
The signals.

Return Value

Type: Decimal
See Also