Modifier and Type | Method and Description |
---|---|
SubscriptionBuilder |
SubscriptionBuilder.addField(RealtimeField field)
Adds field to the list of fields that will be monitored in real time.
|
SubscriptionBuilder |
SubscriptionBuilder.addFields(Collection<RealtimeField> fields)
Adds fields to the list of fields that will be monitored in real time.
|
SubscriptionBuilder |
SubscriptionBuilder.addListener(DataChangeListener lst)
Adds a listener that will be informed of any changes to the registered fields / securities.
|
SubscriptionBuilder |
SubscriptionBuilder.addSecurities(Collection<String> securities)
Adds those securities to the list of securities that will be monitored in real time.
|
SubscriptionBuilder |
SubscriptionBuilder.addSecurity(String security)
Adds the specified security to the list of securities that will be monitored in real time.
|
SubscriptionBuilder |
SubscriptionBuilder.throttle(double throttleFrequency)
Throttles the real time data feed.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBloombergSession.subscribe(SubscriptionBuilder subscription) |
void |
BloombergSession.subscribe(SubscriptionBuilder subscription)
Subscribes to a stream of real time update.
|
Copyright © 2013. All Rights Reserved.