public StopOrderTradeParams(OrderTradeParams orderTradeParams, decimal stopPrice, ProfitCondition profitCondition, ExpiryDate expDate, decimal?stopPrice2) :
     this(orderTradeParams, stopPrice, profitCondition, expDate, stopPrice2, null)
 {
 }