@FunctionalInterface
public static interface MarketPrice.OnCompleteFunction
MarketPrice
is complete. This operation is optionally set when the MarketPrice
is created.
See the MarketPrice.Builder.onComplete(com.thomsonreuters.platformservices.elektron.objects.marketprice.MarketPrice.OnCompleteFunction)
for more details.Modifier and Type | Method and Description |
---|---|
void |
onComplete(MarketPrice marketPrice)
Called when a
MarketPrice is complete. |
void onComplete(MarketPrice marketPrice)
MarketPrice
is complete. A MarketPrice
is said "complete" when it received the first Refresh message or Status message
from the platform after it has been opened.marketPrice
- the completed MarketPrice.