public interface Completable
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Returns the completion state of the object.
|
boolean isComplete()
MarketPrice
is complete once it received its first
image (Refresh message) from the platform or an error status. A Chain
is
complete once it received all the elements of that chain. An OrderBook
is complete once it received the last part of it's image (Refresh message with
the Complete
indication set to true
).true
if the object is complete. Returns false
otherwise.