Class OrderByOrderBook.OrderUpdateResult

java.lang.Object
velox.api.layer1.layers.utils.OrderByOrderBook.OrderUpdateResult
Enclosing class:
OrderByOrderBook

public static class OrderByOrderBook.OrderUpdateResult
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int fromPrice
    Price where the modified order was before
    long fromSize
    Size on fromPrice after modification
    long toSize
    Size on new order price after modification
  • Constructor Summary

    Constructors 
    Constructor Description
    OrderUpdateResult​(int fromPrice, long fromSize, long toSize)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fromPrice

      public final int fromPrice
      Price where the modified order was before
    • fromSize

      public final long fromSize
      Size on fromPrice after modification
    • toSize

      public final long toSize
      Size on new order price after modification
  • Constructor Details

    • OrderUpdateResult

      public OrderUpdateResult​(int fromPrice, long fromSize, long toSize)