CQG API 4.0 - Revised
AddToLiveOrders Method
See Also  Send Feedback
CQGOrders Collection : AddToLiveOrders Method

Glossary Item Box

Description

Appends the orders in current collection (usually obtained via query) to Orders and InternalOrders collections of CQGCEL and CQGAccount objects.

Syntax

Visual Basic
Public Sub AddToLiveOrders() 

Remarks

If the order being added already exists in the destination collection its duplicate will not be created.

Example

See the usage of CQGOrders methods in the PrepareModify method's example section.

See Also