bt_cancel: Cancel an Open Order

Description Usage Arguments Value References See Also Examples

Description

The bt_cancel() function cancels an open order on https://bittrex.com. This function is called after using either bt_buy() or bt_sell().

Usage

1
bt_cancel(uuid)

Arguments

uuid

the uuid of the order you would like to cancel.

Value

A named list with the following elements:

References

https://bittrex.com/api/v1.1/account/cancel

See Also

bt_authenticate(), bt_getopenorders()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# Note you must authenticate and define a uuid first.
bt_cancel(uuid)
# $success
# [1] TRUE
#
# $message
# [1] ""
#
# $result

## End(Not run)

2ndTime/bittrex2 documentation built on May 31, 2019, 2:19 p.m.