예제 #1
0
 public SrOrderInfo(OQ.Order oqorder, SrOrderInfoState state = SrOrderInfoState.New)
 {
     this.oqorder = oqorder;
     this.state = state;
 }
예제 #2
0
        public double newStopPrice; // for new order after a replace/cancel

        #region constructor
        public SrOrderInfo(OQ.Order oqorder, SrOrderInfoState state = SrOrderInfoState.New)
        {
            this.oqorder = oqorder;
            this.state   = state;
        }