Package com.longport.quote
Class SecurityStaticInfo
- java.lang.Object
-
- com.longport.quote.SecurityStaticInfo
-
public class SecurityStaticInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SecurityStaticInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityBoardgetBoard()BigDecimalgetBps()longgetCirculatingShares()StringgetCurrency()BigDecimalgetDividendYield()BigDecimalgetEps()BigDecimalgetEpsTtm()StringgetExchange()longgetHkShares()intgetLotSize()StringgetNameCn()StringgetNameEn()StringgetNameHk()DerivativeType[]getStockDerivatives()StringgetSymbol()longgetTotalShares()StringtoString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getNameCn
public String getNameCn()
-
getNameEn
public String getNameEn()
-
getNameHk
public String getNameHk()
-
getExchange
public String getExchange()
-
getCurrency
public String getCurrency()
-
getLotSize
public int getLotSize()
-
getTotalShares
public long getTotalShares()
-
getCirculatingShares
public long getCirculatingShares()
-
getHkShares
public long getHkShares()
-
getEps
public BigDecimal getEps()
-
getEpsTtm
public BigDecimal getEpsTtm()
-
getBps
public BigDecimal getBps()
-
getDividendYield
public BigDecimal getDividendYield()
-
getStockDerivatives
public DerivativeType[] getStockDerivatives()
-
getBoard
public SecurityBoard getBoard()
-
-