Package com.longbridge.quote
Class ParticipantInfo
- java.lang.Object
-
- com.longbridge.quote.ParticipantInfo
-
public class ParticipantInfo extends Object
Market participant (broker) information.
-
-
Constructor Summary
Constructors Constructor Description ParticipantInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getBrokerIds()Returns the broker IDs of this participant.StringgetNameCn()Returns the participant name in simplified Chinese.StringgetNameEn()Returns the participant name in English.StringgetNameHk()Returns the participant name in traditional Chinese.StringtoString()
-
-
-
Method Detail
-
getBrokerIds
public int[] getBrokerIds()
Returns the broker IDs of this participant.- Returns:
- the broker IDs
-
getNameCn
public String getNameCn()
Returns the participant name in simplified Chinese.- Returns:
- the participant name in simplified Chinese
-
getNameEn
public String getNameEn()
Returns the participant name in English.- Returns:
- the participant name in English
-
getNameHk
public String getNameHk()
Returns the participant name in traditional Chinese.- Returns:
- the participant name in traditional Chinese
-
-