Skip navigation links
A B C D F G I M O R S T V W 

A

applyPartialUpdate(Data) - Method in interface com.thomsonreuters.platformservices.elektron.objects.data.Field
Applies a partial update on the Field and return an updated version of this field.

B

build() - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
Builds the FlatChain
build() - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
Builds the RecursiveChain
build() - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.SummaryLinksToSkipByDisplayTemplate.Builder
Builds the SummaryLinksToSkipByDisplayTemplate
build() - Method in class com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher.Builder
Builds the Dispatcher object
build() - Method in class com.thomsonreuters.platformservices.elektron.objects.data.Field.Builder
Builds the Field object
build() - Method in class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
Builds the MarketPrice object
Builder() - Constructor for class com.thomsonreuters.platformservices.elektron.objects.chain.FlatChain.Builder
Default constructor
Builder() - Constructor for class com.thomsonreuters.platformservices.elektron.objects.chain.RecursiveChain.Builder
Default constructor
Builder() - Constructor for class com.thomsonreuters.platformservices.elektron.objects.chain.SummaryLinksToSkipByDisplayTemplate.Builder
Default constructor
Builder() - Constructor for class com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher.Builder
Default constructor
Builder() - Constructor for class com.thomsonreuters.platformservices.elektron.objects.data.Field.Builder
Default constructor
Builder() - Constructor for class com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.Builder
Default constructor

C

Chain - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
The root interface of chains.
close() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.Chain
Closes this Chain and unsubscribes to the underlying Chain Record.
close() - Method in interface com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice
Closes this MarketPrice and unsubscribes to the instrument published by the platform.
com.thomsonreuters.platformservices.elektron.objects.chain - package com.thomsonreuters.platformservices.elektron.objects.chain
 
com.thomsonreuters.platformservices.elektron.objects.common - package com.thomsonreuters.platformservices.elektron.objects.common
 
com.thomsonreuters.platformservices.elektron.objects.data - package com.thomsonreuters.platformservices.elektron.objects.data
 
com.thomsonreuters.platformservices.elektron.objects.marketprice - package com.thomsonreuters.platformservices.elektron.objects.marketprice
 
Completable - Interface in com.thomsonreuters.platformservices.elektron.objects.common
Interface that should be implemented by any Elektron real-time object that can be completed.

D

description() - Method in interface com.thomsonreuters.platformservices.elektron.objects.data.Field
Returns the description of the Field.
Dispatcher - Interface in com.thomsonreuters.platformservices.elektron.objects.common
The interface of a Dispatcher implementation that you can use to dispatch EMA dispatchable objects like OmmConsumers.
Dispatcher.Builder - Class in com.thomsonreuters.platformservices.elektron.objects.common
Used to build Dispatcher objects.
dispatchEventsForever() - Method in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Dispatch events forever.
dispatchEventsUntilComplete(Completable) - Method in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Dispatch events until the object given in parameter is complete.
dispatchEventsUntilKeyPressed() - Method in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Dispatch events until the user presses <Enter> in the console.
dispatchEventsUntilTimeElapsed(int) - Method in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Dispatch events until the duration given in parameter is expired.

F

Field - Interface in com.thomsonreuters.platformservices.elektron.objects.data
The interface of a Field implementation that you can use to retrieve field values of instruments published on the real-time platform.
Field.Builder - Class in com.thomsonreuters.platformservices.elektron.objects.data
Used to build Field objects.
FIFTEEN_SECONDS - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 15 seconds that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
FIVE_MINUTE - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 5 minutes that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
FIVE_SECONDS - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 5 seconds that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
FlatChain - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
The interface of a Chain implementation you can use to open flat chains (meaning non recursive chains).
FlatChain.Builder - Class in com.thomsonreuters.platformservices.elektron.objects.chain
Used to build FlatChain objects.
FlatChain.OnCompleteFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when a chain is complete This operation is optionally set when the FlatChain is created.
FlatChain.OnElementAddedFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when an element is added to a FlatChain.
FlatChain.OnElementChangedFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when a chain element changes.
FlatChain.OnElementRemovedFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when a chain element is removed from a chain.
FlatChain.OnErrorFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when a chain is in error.
forDisplayTemplate(long) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.SummaryLinksToSkipByDisplayTemplate.Builder
Returns the DisplayTemplateDescription of the given Id.

G

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

I

isAChain() - Method in interface com.thomsonreuters.platformservices.elektron.objects.chain.Chain
Indicates if the name you used to build this Chain corresponds to an actual chain published on the Elektron or Thomson Reuters Enterprise Platform (TREP) infrastructure.
isComplete() - Method in interface com.thomsonreuters.platformservices.elektron.objects.common.Completable
Returns the completion state of the object.

M

MarketPrice - Interface in com.thomsonreuters.platformservices.elektron.objects.marketprice
The interface of a MarketPrice implementation that you can use to open level 1 instruments published on the real-time platform (Elektron or TREP).
MarketPrice.Builder - Class in com.thomsonreuters.platformservices.elektron.objects.marketprice
 
MarketPrice.OnCompleteFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.marketprice
Represents an optional operation that is called when the MarketPrice is complete.
MarketPrice.OnImageFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.marketprice
Represents an optional operation that is called when a MarketPrice receives an new Refresh message (a.k.a.
MarketPrice.OnStateFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.marketprice
Represents an optional operation that is called when a MarketPrice receives a Status message that transports a new State of the MarketPrice.
MarketPrice.OnUpdateFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.marketprice
Represents an optional operation that is called when a MarketPrice receives an update message (updated fields only).

O

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
Duration of 1 minute that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
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.

R

RecursiveChain - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
The interface of a Chain implementation you can use to open recursive chains.
RecursiveChain.Builder - Class in com.thomsonreuters.platformservices.elektron.objects.chain
Used to build RecursiveChain objects.
RecursiveChain.OnCompleteFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when a chain is complete.
RecursiveChain.OnElementAddedFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when an element is added to a RecursiveChain.
RecursiveChain.OnErrorFunction - Interface in com.thomsonreuters.platformservices.elektron.objects.chain
Represents an optional operation that is called when a chain is in error.

S

skip(int) - Method in class com.thomsonreuters.platformservices.elektron.objects.chain.SummaryLinksToSkipByDisplayTemplate.DisplayTemplateDescription
Sets the number of summary links to skip for this Display Template description.
SummaryLinksToSkipByDisplayTemplate - Class in com.thomsonreuters.platformservices.elektron.objects.chain
Holds the number of summary links to skip for different Display Templates used by chains.
SummaryLinksToSkipByDisplayTemplate.Builder - Class in com.thomsonreuters.platformservices.elektron.objects.chain
Used to build SummaryLinksToSkipByDisplayTemplate objects.
SummaryLinksToSkipByDisplayTemplate.DisplayTemplateDescription - Class in com.thomsonreuters.platformservices.elektron.objects.chain
Holds a Display Template description.

T

TEN_MINUTE - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 10 minutes that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
TEN_SECONDS - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 10 seconds that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
THIRTY_SECONDS - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 30 seconds that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
TWENTY_SECONDS - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 20 seconds that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
TWO_MINUTES - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 2 minutes that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).
TWO_SECONDS - Static variable in interface com.thomsonreuters.platformservices.elektron.objects.common.Dispatcher
Duration of 2 seconds that can be used as a parameter of Dispatcher.dispatchEventsUntilTimeElapsed(int).

V

value() - Method in interface com.thomsonreuters.platformservices.elektron.objects.data.Field
Returns the value of the Field.

W

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.
A B C D F G I M O R S T V W 
Skip navigation links