interface OrdersBatchResultEnumAut

Brief

The collection of objects which contain results operations on multiple orders.

Details

The collection of OrdersBatchResultAut objects.

An instance of this class is the output parameter of the methods TradeDeskAut.CreateOCO, TradeDeskAut.JoinToOCO, OrdersBatchAut.Execute.

The sequence of objects in the collection is the same as the sequence of order identifiers in the input order list of the methods.

The collection can be enumerated using the foreach statement.

Public Properties

Count

Returns the number of elements in the collection.

Public Methods

Item

Gets an element of the collection by its index.

back