Package com.longport.quote
Class Depth
- java.lang.Object
-
- com.longport.quote.Depth
-
public class Depth extends Object
-
-
Constructor Summary
Constructors Constructor Description Depth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getOrderNum()
int
getPosition()
BigDecimal
getPrice()
long
getVolume()
String
toString()
-
-
-
Method Detail
-
getPosition
public int getPosition()
-
getPrice
public BigDecimal getPrice()
-
getVolume
public long getVolume()
-
getOrderNum
public long getOrderNum()
-
-