public method TradeDeskAut.SetTableEventsFilter

Brief

Sets filtration type of events for a table.

Declaration
Visual Basic
Sub SetTableEventsFilter (TableType as String, EventFilterType as Integer)
IDL
[id(417)] HRESULT SetTableEventsFilter( [in]BSTR sTableType, [in]int iEventFilterType)

Parameters
TableType

The type of the table.

EventFilterType

The type of events filtration.
The paramater can have one of the following values:

TradeDeskAut.EVENTSFILTER_ALL

Use this value in case all events must be received.

TradeDeskAut.EVENTSFILTER_SERVER

Use this value in case only server events must be received.

Details

There are two types of events:

This methods allows setting a filter to receive only trading events and not receive events caused by data recalculation.

The SetTableEventsFilter method is defined in the TradeDeskAut class.

back