cancel: Cancel an Open Order

Description Usage Arguments Value References See Also Examples

View source: R/ccex.r

Description

The cancel function cancels an open order on the C-Cex crypto-currency exchange https://c-cex.com. This function is called after providing information to authenticate your account and after an order is placed using either the link{buylimit} or link{selllimit} functions.

Usage

1
cancel(uuid)

Arguments

uuid

the uuid of the order you would like to cancel.

Value

A named list with the following elements:

References

https://c-cex.com/?id=api#cancel

See Also

ccex_authenticate getorder

Examples

1
2
3
4
## Not run: 
cancel(uuid) 

## End(Not run)

kaneplusplus/ccex documentation built on May 20, 2019, 7:20 a.m.