Summary
Commission Amount of the request to trade one way (Buy/Sell) associated with this position.
Syntax
public double Commissions{ get; }
Example 1
ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.Commissions);