HI, I just want to confirm that the property onRefresh() I can consider it as the initial snapshot of the instrument.
Stream stream = Factory.createStream( ItemStream.Params().session(session)
.name(instrument)
.onRefresh()
.onUpdate()
.onStatus() )
stream.open()
Thanks