Returns an object for pulling batches of orders.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public OrderList..::.Pull PullOrders()
Visual Basic (Declaration)
Public Function PullOrders As OrderList..::.Pull
Visual C++
public:
OrderList..::.Pull^ PullOrders()

Return Value

OrderList::Pull - an object allowing multiple existing orders to be pulled for the same account and market at one time.

Remarks

Allows multiple orders to be pulled at one time. Pulling multiple orders in one go is more efficient and quicker than pulling them individually.

See Also