public method TradeDeskEventsSink.OnPriceSessionStatusChanged

Brief

The event fired when the status of the connection witn the price server is changed.

Declaration
Visual Basic
Sub OnPriceSessionStatusChanged (sStatus as String)
IDL
[id(18)] HRESULT OnPriceSessionStatusChanged( [in]BSTR sStatus)

Parameters
sStatus

The new status.

Details

The OnPriceSessionStatusChanged method is defined in the TradeDeskEventsSink class.

There are the following statuses of the connection with the price server:

See the description of the statuses in the Session Statuses section.

back