Package com.longbridge.quote
Class IssuerInfo
- java.lang.Object
-
- com.longbridge.quote.IssuerInfo
-
public class IssuerInfo extends Object
Warrant issuer information.
-
-
Constructor Summary
Constructors Constructor Description IssuerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIssuerId()Returns the issuer ID.StringgetNameCn()Returns the issuer name in simplified Chinese.StringgetNameEn()Returns the issuer name in English.StringgetNameHk()Returns the issuer name in traditional Chinese.StringtoString()
-
-
-
Method Detail
-
getIssuerId
public int getIssuerId()
Returns the issuer ID.- Returns:
- the issuer ID
-
getNameCn
public String getNameCn()
Returns the issuer name in simplified Chinese.- Returns:
- the issuer name in simplified Chinese
-
getNameEn
public String getNameEn()
Returns the issuer name in English.- Returns:
- the issuer name in English
-
getNameHk
public String getNameHk()
Returns the issuer name in traditional Chinese.- Returns:
- the issuer name in traditional Chinese
-
-