The super constructor of implementors of DataChangedListener.
DataFieldChangedListener
s subscribe to a
module:ct-trading/trademodel/InstrumentDataSubscriber
. They are
informed whenever data arrives from the server to data changed events.
Methods
data Changed(oData)
Notifies the listener that the data has changed.
Parameters:
Name | Type | Description |
---|---|---|
oData |
module:ct-trading |
Contains the changed data. |