Examples of MarketBookSide


Examples of com.barchart.feed.base.book.enums.MarketBookSide

  // #####################################

  @Override
  public final UniBookResult setEntry(final MarketDoBookEntry entry) {

    final MarketBookSide side = entry.side();

    final int place = entry.place();

    //
View Full Code Here

Examples of com.barchart.feed.base.book.enums.MarketBookSide

  /**
   * can return null; returns last changed entry how it looks after
   * modification;
   */
  protected final DefBookEntry lastEntry() {
    final MarketBookSide side = MarketBookSide.fromOrd(lastSide);
    final UniBookRing ring = ringFor(side);
    if (ring == null) {
      return null;
    }
    return ring.lastEntry(lastClue);
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.