Topic
Class
trading.keysquare.api.topic.Topic
Fields
SCHEMA_ID_WILDCARD
int value = 0
Wildcard for the schema id part of a topic.
TEMPLATE_ID_WILDCARD
int value = 0
Wildcard for the template id part of a topic.
SOURCE_WILDCARD
java.lang.String value = ``
Wildcard for the source part of a topic.
GROUP_WILDCARD
java.lang.String value = ``
Wildcard for the group part of a topic.
ID_WILDCARD
java.lang.String value = ``
Wildcard for the id part of a topic.
DEFAULT_GROUP
java.lang.String value = NONE
The default group that gets applied when using DTOs or POJOs.
Methods
int getSchemaId()
Get the schema id of this topic.
int getTemplateId()
Get the template id of this topic.
String getSource()
Get the source of this topic.
String getGroup()
Get the group of this topic.
String getId()
Get the id of this topic.