Class BadPriceOrderException

    • Constructor Summary

      Constructors 
      Constructor Description
      BadPriceOrderException​(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, double priceAtDepth, double pricePrevious)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • price

        public final double price
      • prevPrice

        public final double prevPrice
    • Constructor Detail

      • BadPriceOrderException

        public BadPriceOrderException​(long timestamp,
                                      int nanosComponent,
                                      BookPair books,
                                      java.lang.Boolean offerSide,
                                      int depth,
                                      double priceAtDepth,
                                      double pricePrevious)