Package com.longbridge.quote
Class Security
- java.lang.Object
-
- com.longbridge.quote.Security
-
public class Security extends Object
Security basic information.
-
-
Constructor Summary
Constructors Constructor Description Security()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNameCn()Returns the security name in simplified Chinese.StringgetNameEn()Returns the security name in English.StringgetNameHk()Returns the security name in traditional Chinese.StringgetSymbol()Returns the security code.StringtoString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
Returns the security code.- Returns:
- the security code
-
getNameCn
public String getNameCn()
Returns the security name in simplified Chinese.- Returns:
- the security name in simplified Chinese
-
getNameEn
public String getNameEn()
Returns the security name in English.- Returns:
- the security name in English
-
getNameHk
public String getNameHk()
Returns the security name in traditional Chinese.- Returns:
- the security name in traditional Chinese
-
-