Class WrongPriceException

    • Constructor Summary

      Constructors 
      Constructor Description
      WrongPriceException​(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, double price, double expectedPrice)  
    • 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
      • expectedPrice

        public final double expectedPrice
    • Constructor Detail

      • WrongPriceException

        public WrongPriceException​(long timestamp,
                                   int nanosComponent,
                                   BookPair books,
                                   java.lang.Boolean offerSide,
                                   int depth,
                                   double price,
                                   double expectedPrice)