CQGCEL's OrderChanged event handler. Received if placed order changed.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CQGAlgorithmicOrders
Dim change_type As eChangeType
Dim cqg_order As CQGOrder
Dim old_properties As CQGOrderProperties
Dim cqg_fill As CQGFill
Dim cqg_error As CQGError
instance.CEL_OrderChanged(change_type, cqg_order, old_properties, cqg_fill, cqg_error) |
Parameters
- change_type
- Orders change type
- cqg_order
- Order which changed
- old_properties
- Orders old properties
- cqg_fill
- Order's fill properties
- cqg_error
- Error object