@FunctionalInterface
public static interface MarketPrice.OnImageFunction
MarketPrice
receives an new Refresh message (a.k.a. Image - All fields). This operation
is optionally set when the MarketPrice
is created.
See the MarketPrice.Builder.onImage(com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnImageFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onImage(MarketPrice marketPrice,
java.util.Collection<Field> image,
com.thomsonreuters.ema.access.OmmState state)
Called when a
MarketPrice receives a new Refresh message
(a.k.a. |
void onImage(MarketPrice marketPrice, java.util.Collection<Field> image, com.thomsonreuters.ema.access.OmmState state)
MarketPrice
receives a new Refresh message
(a.k.a. Image - All fields).marketPrice
- the MarketPrice.image
- the received image.state
- the state received with the image.