Examples of OrderBookUpdated


Examples of com.activequant.trading.orderbook.OrderBookUpdated

      }
    }
    resortBuySide();
    resortSellSide();
    // signal that there was an update.
    super.orderBookEvent(new OrderBookUpdated());
  }
View Full Code Here

Examples of com.activequant.trading.orderbook.OrderBookUpdated

        // set the working timestamp.
        order.setWorkingTimeStamp(vex.currentExchangeTime());
    }
   
    // signal that there was an update.
    super.orderBookEvent(new OrderBookUpdated());

  }
View Full Code Here

Examples of com.activequant.trading.orderbook.OrderBookUpdated

    } else if (order.getOrderSide().equals(OrderSide.SELL)) {
      sellSide.remove(order);
      resortSellSide();
    }
    // signal that there was an update.
    super.orderBookEvent(new OrderBookUpdated());

  }
View Full Code Here

Examples of com.activequant.trading.orderbook.OrderBookUpdated

        sellSide.set(index, newOrder);
        resortSellSide();
      }
    }
    // signal that there was an update.
    super.orderBookEvent(new OrderBookUpdated());

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.