.CancelReplaceSelectedPrice (Command)
Replaces the selected open order on the Today's Orders tab with the parameter. The user must enter one of four parameter options. These are a new price, a min move increment (+/- the limit price), an auto limit price keyword, or the word 'bid+', 'bid-', 'ask+' or 'ask-'.
The 'Selected' commands will only work if the TradeManager is the active window with the Today's Orders tab visible and an open order is selected.
Syntax
.CancelReplaceSelectedPrice <parameter options>
Parameter Options
Parameter Options | Description |
---|---|
<numerical value for limit price> | New Limit Price |
+<value> | +/- Minimum Move |
AutoJoin | Auto Limit Keyword |
Bid+<value> | Bid/Ask +/- |
Examples
CancelReplaceSelectedPrice 10.51
CancelReplaceSelectedPrice +2
CancelReplaceSelectedPrice AutoJoin
CancelReplaceSelectedPrice bid+1