CQG API 4.0 - Revised
AlgorithmicOrderPlaced Event
See Also  Send Feedback
guid_
GUID of the algorithmic order type
main_params
CQGAlgorithmicOrderParameters object, representing main parameters of the placing order.
custom_props
CQGAlgorithmicOrderProperties object, representing the order custom parameters.
CQGCEL Interface : AlgorithmicOrderPlaced Event

Glossary Item Box

Description

This event is fired when an algorithmic order is placed from CQGIC.

Syntax

Visual Basic
Public Event AlgorithmicOrderPlaced( _
   ByVal guid_ As String, _
   ByVal main_params As CQGAlgorithmicOrderParameters, _
   ByVal custom_props As CQGAlgorithmicOrderProperties _
)

Parameters

guid_
GUID of the algorithmic order type
main_params
CQGAlgorithmicOrderParameters object, representing main parameters of the placing order.
custom_props
CQGAlgorithmicOrderProperties object, representing the order custom parameters.

See Also