Package | Description |
---|---|
it.list.jft |
Provides interfaces for dealing with different FastTrack objects.
|
Modifier and Type | Method and Description |
---|---|
EntityKey |
SubscriptionParam.getEntityKey()
Returns the partial EntityKey for the new subscription.
|
EntityKey |
Entity.getFullEntityKey(int keyID)
Returns a given full EntityKey of this Entity.
|
EntityKey |
Entity.getPartialEntityKey(int keyID,
int numSegments)
Returns a given partial EntityKey of this Entity.
|
Modifier and Type | Method and Description |
---|---|
int |
EntityFilter.add(EntityKey entityKey)
Add the EntityKey to the filter.
|
int |
EntityFilter.del(EntityKey entityKey)
Remove the EntityKey from the filter.
|
int |
Subscription.refreshEntity(EntityKey entityKey)
Request the server to re-publish a single complete (not masked) Entity.
|
void |
SubscriptionParam.setEntityKey(EntityKey entityKey)
Set/replace the partial EntityKey for the new subscription.
|
Submit a bug or feature to FT\API Programming Support