@FunctionalInterface
public static interface MarketPrice.OnUpdateFunction
MarketPrice
receives an update message (updated fields only). This operation is optionally
set when the MarketPrice
is created.
See the MarketPrice.Builder.onUpdate(com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnUpdateFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onUpdate(MarketPrice marketPrice,
java.util.Collection<Field> update)
Called when a
MarketPrice receives an update (updated
fields only). |
void onUpdate(MarketPrice marketPrice, java.util.Collection<Field> update)
MarketPrice
receives an update (updated
fields only).marketPrice
- the MarketPrice.update
- the received update.