Package com.longport.trade
Class StockPosition
- java.lang.Object
-
- com.longport.trade.StockPosition
-
public class StockPosition extends Object
-
-
Constructor Summary
Constructors Constructor Description StockPosition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAvailableQuantity()
BigDecimal
getCostPrice()
String
getCurrency()
BigDecimal
getInitQuantity()
Market
getMarket()
BigDecimal
getQuantity()
String
getSymbol()
String
getSymbolName()
String
toString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getSymbolName
public String getSymbolName()
-
getQuantity
public BigDecimal getQuantity()
-
getAvailableQuantity
public BigDecimal getAvailableQuantity()
-
getCurrency
public String getCurrency()
-
getCostPrice
public BigDecimal getCostPrice()
-
getMarket
public Market getMarket()
-
getInitQuantity
public BigDecimal getInitQuantity()
-
-