- getElements() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain
-
Returns the elements of this chain.
- getElements() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain
-
Returns the elements of this RecursiveChain
.
- getField(String) - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the Field
identified by fieldName
from
the cached image of this MarketPrice
.
- getField(int) - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the Field
identified by fieldId
from
the cached image of this MarketPrice
.
- getFields() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the collection of all Fields
that compose the image of
this MarketPrice
.
- getLinksToSkipForDisplayTemplate(long) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.SummaryLinksToSkipByDisplayTemplate
-
Returns the number of summary links to skip for the given Display Template
Id.
- getName() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.Chain
-
Returns the name of this Chain
.
- getName() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the name of this MarketPrice
.
- getServiceName() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.Chain
-
Returns the name of the service this Chain
is published on.
- getServiceName() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the name of the service this MarketPrice
is published on.
- getState() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the OmmState
received from the platform for this
MarketPrice
- getStreamId() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Returns the Id of the underlying item stream opened with the platform for the
MarketPrice
- onComplete(FlatChain.OnCompleteFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the function to be called when the chain is complete.
- onComplete(FlatChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnCompleteFunction
-
Called when a FlatChain
is complete.
- onComplete(RecursiveChain.OnCompleteFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the function to be called when the chain is complete.
- onComplete(RecursiveChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.OnCompleteFunction
-
Called when a RecursiveChain
is complete.
- onComplete(MarketPrice.OnCompleteFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the function to be called when the market price is complete.
- onComplete(MarketPrice) - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnCompleteFunction
-
Called when a MarketPrice
is complete.
- ONE_MINUTE - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
-
- onElementAdded(FlatChain.OnElementAddedFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the function to be called when the chain decodes a new element.
- onElementAdded(long, String, FlatChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnElementAddedFunction
-
Called by a FlatChain
when a new element is added.
- onElementAdded(RecursiveChain.OnElementAddedFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the function to be called when the chain decodes a new element.
- onElementAdded(List<Long>, List<String>, RecursiveChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.OnElementAddedFunction
-
Called by a RecursiveChain
when a new element is added.
- onElementChanged(FlatChain.OnElementChangedFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the function to be called when a chain element changes.
- onElementChanged(long, String, String, FlatChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnElementChangedFunction
-
Called by a FlatChain
when an existing element is changed.
- onElementRemoved(FlatChain.OnElementRemovedFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the function to be called when a chain element is removed.
- onElementRemoved(long, FlatChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnElementRemovedFunction
-
Called by a FlatChain
when an existing element is removed.
- onError(FlatChain.OnErrorFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the function to be called when an error occurs.
- onError(String, FlatChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.OnErrorFunction
-
Called when a FlatChain
is in error.
- onError(RecursiveChain.OnErrorFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the function to be called when an error occurs.
- onError(String, RecursiveChain) - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.OnErrorFunction
-
Called when a RecursiveChain
is in error.
- onImage(MarketPrice.OnImageFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the function to be called when the market price receives a
new image (all fields).
- onImage(MarketPrice, Collection<Field>, OmmState) - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnImageFunction
-
Called when a MarketPrice
receives a new Refresh message
(a.k.a.
- onState(MarketPrice.OnStateFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the function to be called when the market price receives a new
state (Status).
- onState(MarketPrice, OmmState) - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnStateFunction
-
Called when a MarketPrice
receives a new state.
- onUpdate(MarketPrice.OnUpdateFunction) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the function to be called when the market price receives an
update (updated fields only).
- onUpdate(MarketPrice, Collection<Field>) - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnUpdateFunction
-
Called when a MarketPrice
receives an update (updated
fields only).
- open() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.Chain
-
Opens this Chain
.
- open() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
-
Opens this MarketPrice
.
- withChainName(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the name of the chain.
- withChainName(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the name of the chain.
- withDataDictionary(DataDictionary) - Method in class com.thomsonreuters.platformservices.elektron.objects.data.Field.Builder
-
Sets the dictionary used to describe the Field
to build.
- withField(int) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Indicates that the MarketPrice
must subscribe to the
instrument using a view that contains this field Id.
- withField(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Indicates that the MarketPrice
must subscribe to the
instrument using a view that contains this field name.
- withId(int) - Method in class com.thomsonreuters.platformservices.elektron.objects.data.Field.Builder
-
Sets the Id of the Field
to build.
- withMaxDepth(int) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the maximum depth to go when recursively opening this chain.
- withName(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the name of the market price level 1 instrument to
subscribe to.
- withNameGuessingOptimization(int) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Activates the "Name Guessing Optimization" and sets the number of
names to guess when the chain subscribes to a new Chain
Record
.
- withNameGuessingOptimization(int) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Activates the "Name Guessing Optimization" and sets the number of
names to guess when the chain subscribes to a new Chain
Record
.
- withOmmConsumer(OmmConsumer) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the EMA OmmConsumer used by the chain to subscribe to the
underlying Chain Records
.
- withOmmConsumer(OmmConsumer) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the EMA OmmConsumer used by the chain to subscribe to the
underlying Chain Records
.
- withOmmConsumer(OmmConsumer) - Method in class com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher.Builder
-
Sets the EMA OmmConsumer used by this dispatcher.
- withOmmConsumer(OmmConsumer) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the EMA OmmConsumer used by the MarketPrice
to subscribe.
- withPartialUpdatesManagement(boolean) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Indicates if the MarketPrice
has to manage partial updates.
- withServiceName(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the name of the service the chain is published on.
- withServiceName(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the name of the service the chain is published on.
- withServiceName(String) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Sets the name of the service the market price instrument is published on.
- withSummaryLinksToSkip(SummaryLinksToSkipByDisplayTemplate) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Sets the number of summary links to skip when opening the chain.
- withSummaryLinksToSkip(SummaryLinksToSkipByDisplayTemplate) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
-
Sets the number of summary links to skip when opening the chain.
- withSynchronousMode() - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Indicates if the MarketPrice
must be opened synchronously.
- withSynchronousMode(boolean) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Indicates if the MarketPrice
must be opened synchronously.
- withUpdates(boolean) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
-
Indicates you are interested in chain updates or not.
- withUpdates(boolean) - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
-
Indicates you are interested in market price updates or not.
- withValue(Data) - Method in class com.thomsonreuters.platformservices.elektron.objects.data.Field.Builder
-
Sets the value of the Field
to build.