Returns the original order Gateway identifier.
Read-only property
Visual Basic |
---|
Public Property OriginalOrderID As String |
Original order Gateway identifier, represented as String
This property stays equal to GWOrderID until some order transformation (e.g. order modification or cancellation) takes place. In that case the GWOrderID property obtains a new value and OriginalOrderID stays the same, thus identifying the initial order.
See the usage of CQGOrder properties in the OrderChanged event's example section.