Indicates whether the order can be replaced with a market order or not.
Read-only property
Visual Basic |
---|
Public Property CanBeReplaced As Boolean |
True if the order can be replaced, False otherwise
The order can be replaced if its status is osInOrderBook.
You can replace an order by cancelling it then placing a market order with the same parameters (quantity, side, etc.)