Interface TradeAggregator.TradeAggregatorConsumer

Enclosing class:
TradeAggregator

public static interface TradeAggregator.TradeAggregatorConsumer
  • Method Summary

    Modifier and Type Method Description
    void onTrade​(double price, int size, TradeInfo tradeInfo)  
  • Method Details