public interface MultiInstrumentListener
CustomModule#initialize(String, InstrumentInfo, Api), when this
interface is implemented data for all instruments will be received. You can
determine which instrument data belongs to by the alias set with previous
onCurrentInstrument(String) call. Note, that if alias did not change
between two updates onCurrentInstrument(String) will not be called.| Modifier and Type | Method and Description |
|---|---|
void |
onCurrentInstrument(java.lang.String alias) |
void |
onInstrumentAdded(InstrumentInfo info) |