Package com.longbridge.quote
Interface TradesHandler
-
public interface TradesHandlerCallback interface for real-time trades push events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonTrades(String symbol, PushTrades event)Called when trade updates are received for the subscribed symbol.
-
-
-
Method Detail
-
onTrades
void onTrades(String symbol, PushTrades event)
Called when trade updates are received for the subscribed symbol.- Parameters:
symbol- security symbolevent- trades update event
-
-