public property TableAut.Type

Brief

Returns the type of the table.

Declaration
Visual Basic
Type As String
IDL
[propget] HRESULT Type( [out, retval] BSTR* retVal)

Details

The tables of the following types can exist:

offers

The table consists of market rates for all of instruments available for trading.

trades

The table consists of all trades on all user accounts which aren't closed yet.

accounts

The table consists of the all accounts of the user.

closed trades

The table consists of all trades on all user account which are closed during the current trading day.

orders

The table consists of all user conditional orders or market orders which aren't executed yet or are currently executing.

summary

The table consists of summarized information about all open positions sorted by currency rather than ticket number.

messages

The table consists of all user messages received during the current trading day.

The Type property is defined in the TableAut class.

back