Click or drag to resize
ICommissions Interface
Commissions object interface.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public interface ICommissions

The ICommissions type exposes the following members.

Methods
  NameDescription
Public methodCalcCommissions(Int64)
Calculates commissions paid by the trading system.
Public methodCalcCommissions(IEnumerablec2ex_closedsignals)
Calculates commissions for the given signals set.
Public methodCalcCommissionsData
Returns signals with commissions calculated.
Public methodCommissionByInstruments
Returns a list of commission fees calculated for all types of instruments traded by the trading system.
Public methodCommissionByPlan
Returns a list of commission fees paid usign different brokers.
Top
See Also