Package com.longbridge.quote
Class PushDepth
- java.lang.Object
-
- com.longbridge.quote.PushDepth
-
public class PushDepth extends Object
Real-time order book depth push event.
-
-
Constructor Summary
Constructors Constructor Description PushDepth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Depth[]getAsks()Returns the ask-side depth levels.Depth[]getBids()Returns the bid-side depth levels.StringtoString()
-