dxFeed .Net API
5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Notifies about instrument profile changes. More...
Public Member Functions | |
void | InstrumentProfilesUpdated (ICollection< InstrumentProfile > instruments) |
This method is invoked when a set of instrument profiles in the underlying InstrumentProfileCollector changes. Each instance of the listeners receive the same instance of instruments iterator on every invocation of this method.The instruments iterator used right here or stored and accessed from a different thread. More... | |
Notifies about instrument profile changes.
void com.dxfeed.ipf.live.InstrumentProfileUpdateListener.InstrumentProfilesUpdated | ( | ICollection< InstrumentProfile > | instruments | ) |
This method is invoked when a set of instrument profiles in the underlying InstrumentProfileCollector changes. Each instance of the listeners receive the same instance of instruments iterator on every invocation of this method.The instruments iterator used right here or stored and accessed from a different thread.
Removal of instrument profile is represented by an InstrumentProfile instance with a InstrumentProfile.GetTypeName() equal to InstrumentProfileType.REMOVED.Name.
instruments | Collection that represents pending instrument profile updates. |