dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions
com.dxfeed.ipf.live.InstrumentProfileUpdateListener Interface Reference

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...
 

Detailed Description

Notifies about instrument profile changes.

Member Function Documentation

◆ InstrumentProfilesUpdated()

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.

Parameters
instrumentsCollection that represents pending instrument profile updates.

The documentation for this interface was generated from the following file: