dxFeed Graal CXX API
|
A wrapper around Java Iterator for InstrumentProfile. More...
#include <IterableInstrumentProfile.hpp>
Public Member Functions | |
bool | hasNext () const noexcept |
Returns true if the iterable has more elements. | |
std::shared_ptr< InstrumentProfile > | next () const noexcept |
Returns the next element in the iteration. | |
A wrapper around Java Iterator for InstrumentProfile.
|
noexcept |
Returns true
if the iterable has more elements.
true
if the iteration has more elements
|
noexcept |
Returns the next element in the iteration.