Interface OrdersAdapter

All Superinterfaces:
OrdersListener

public interface OrdersAdapter
extends OrdersListener
An adapter for OrdersListener with empty default method implementations
  • Method Summary

    Modifier and Type Method Description
    default void onOrderExecuted​(velox.api.layer1.data.ExecutionInfo executionInfo)
    Called when execution (fill/partial fill) happens.
    default void onOrderUpdated​(velox.api.layer1.data.OrderInfoUpdate orderInfoUpdate)
    Called each time order is changed (placed/cancelled/updated/filled/partially filled.