Identifies if current order status is final.
Read-only property
Visual Basic |
---|
Public Property IsFinal As Boolean |
True if the order status is final, False otherwise.
The order is final if its GWStatus value is one of the following:
- osRejectGW
- osRejectFCM
- osExpired
- osCanceled
- osFilled
- osBusted
- osParked
- osInTransitTimeout
See the usage of IsFinal property in the OnQueryProgress event's example section.