Description Usage Arguments Details Value See Also Examples
cancel all satisfied orders
1 2 |
instrumentid |
character, specifying a filter for instrument identifiers. |
direction |
integer, specifying a filter for trading directions. 1 for long and -1 for short. |
action |
character, specifying a filter for actions, can take value from one of "open","close","closetoday","closepreday" |
pricemin |
numeric, specifying a filter for price lower limit. |
pricemax |
numeric, specifying a filter for price upper limit. |
orderid |
character, specifying the set of orderids to be canceled. NOTE: if orderid is not null, cancelall will disregard any other filters and cancel orders only by orderid. |
cancelall will cancel all orders satisfying user specified filter conditions, a fillter won't be considered when it is NULL.
nothing
replaceall
1 2 3 4 5 | ## Not run:
## cancel all orders satisfy direction==-1
cancelall(direction==-1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.