Interface ItemListUpdate<T>

Base-interface for updates events on a list of data items.

Type Parameters

  • T

Hierarchy

  • ItemListUpdate

Properties

added?: T

Items that have been added since last [[IBApiNextUpdate]].

all: T

All items with its latest values, as received by TWS.

changed?: T

Items that have been changed since last [[IBApiNextUpdate]].

removed?: T

Items that has been removed since last [[IBApiNextUpdate]].

Generated using TypeDoc