search
close
arrow_left Data structures arrow_right

ModifyPositionOperation

A structure that contains all the parameters of the operation to change the position

public struct ModifyPositionOperation
 {
 public int PositionId; // open position identifier
 public double TakeProfit; // take profit
 public double StopLoss; // stop loss
 }