Package com.longbridge.quote
Class Brokers
- java.lang.Object
-
- com.longbridge.quote.Brokers
-
public class Brokers extends Object
Brokers at a single price level in the bid/ask queue.
-
-
Constructor Summary
Constructors Constructor Description Brokers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getBrokerIds()Returns the broker IDs at this position.intgetPosition()Returns the position (1-based) in the bid/ask queue.StringtoString()
-