OEC Application Programming Interface

OECClient.SendOCOOrders Method 

Sends a group of orders as OCO - One cancels other

public Order[] SendOCOOrders(
   params OrderDraft[] orders
);

Parameters

orders
OCO Orders

Remarks

OCO orders sends as a group of mutually exclusive orders - when one order is executed (filled), others are cancelled.

See Also

OECClient Class | OEC.API Namespace | Order | OrderDraft | SendOrder