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 SecurityBoard
getBoard()
BigDecimal
getBps()
long
getCirculatingShares()
String
getCurrency()
BigDecimal
getDividendYield()
BigDecimal
getEps()
BigDecimal
getEpsTtm()
String
getExchange()
long
getHkShares()
int
getLotSize()
String
getNameCn()
String
getNameEn()
String
getNameHk()
DerivativeType[]
getStockDerivatives()
String
getSymbol()
long
getTotalShares()
String
toString()
-
-
-
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()
-
-