Package deltix.qsrv.hf.blocks.booksim
Class DepthOutOfCurrentRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- deltix.qsrv.hf.blocks.booksim.BookException
-
- deltix.qsrv.hf.blocks.booksim.BookDataException
-
- deltix.qsrv.hf.blocks.booksim.DepthOutOfCurrentRangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DepthOutOfCurrentRangeException extends BookDataException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
maxDepthInclusive
-
Fields inherited from class deltix.qsrv.hf.blocks.booksim.BookDataException
depth
-
Fields inherited from class deltix.qsrv.hf.blocks.booksim.BookException
books, nanosComponent, offerSide, timestamp
-
-
Constructor Summary
Constructors Constructor Description DepthOutOfCurrentRangeException(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, int maxDepthInclusive)
-
Method Summary
-
Methods inherited from class deltix.qsrv.hf.blocks.booksim.BookException
fillInStackTrace
-
-
-
-
Constructor Detail
-
DepthOutOfCurrentRangeException
public DepthOutOfCurrentRangeException(long timestamp, int nanosComponent, BookPair books, java.lang.Boolean offerSide, int depth, int maxDepthInclusive)
-
-