Package com.longbridge.quote
Class SecurityDepth
- java.lang.Object
-
- com.longbridge.quote.SecurityDepth
-
public class SecurityDepth extends Object
Security order book depth (ask and bid sides).
-
-
Constructor Summary
Constructors Constructor Description SecurityDepth()
-
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()
-