CQG API 4.0 - Revised
PrepareModify Method
See Also  Send Feedback
CQGOrder Interface : PrepareModify Method

Glossary Item Box

Description

Creates an order modification object which can be filled with desired changes and passed to Modify method.

Syntax

Visual Basic
Public Function PrepareModify() As CQGOrderModify

Return Type

CQGOrderModify object, ready to be configured.

Remarks

See the remarks section of Modify Method for details on order modification.

Example

The following example shows how to modify an internal order via CQG API.

VB
C#
 
 

See Also