dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.ipf.live.InstrumentProfileUpdater Class Reference

This class tracks changes in instrument profile snapshot and filter bulk data. It is possible while live streaming connection was broken. Reconnection accompanied with repeated receiving of whole snapshot. This class allow to send user only changed data, i.e without duplicates. More...

Public Member Functions

ICollection< InstrumentProfileUpdate (IList< InstrumentProfile > instrumentProfiles)
 Update buffered collection and returns only changed data. More...
 

Properties

ICollection< InstrumentProfileInstrumentProfiles [get]
 Get full instrument profiles collection. More...
 

Detailed Description

This class tracks changes in instrument profile snapshot and filter bulk data. It is possible while live streaming connection was broken. Reconnection accompanied with repeated receiving of whole snapshot. This class allow to send user only changed data, i.e without duplicates.

Member Function Documentation

◆ Update()

ICollection<InstrumentProfile> com.dxfeed.ipf.live.InstrumentProfileUpdater.Update ( IList< InstrumentProfile instrumentProfiles)
inline

Update buffered collection and returns only changed data.

Parameters
instrumentProfilesUpdatet data.
Returns
Changed data.

Property Documentation

◆ InstrumentProfiles

ICollection<InstrumentProfile> com.dxfeed.ipf.live.InstrumentProfileUpdater.InstrumentProfiles
get

Get full instrument profiles collection.


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