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 BigDecimalgetAvailableQuantity()BigDecimalgetCostPrice()StringgetCurrency()BigDecimalgetInitQuantity()MarketgetMarket()BigDecimalgetQuantity()StringgetSymbol()StringgetSymbolName()StringtoString()
-
-
-
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()
-
-