getorder: Order Data for a Specified Order

Description Usage Arguments Value References See Also Examples

View source: R/ccex.r

Description

The getorder function retrieves open order data on the C-Cex crypto-currency exchange https://c-cex.com. This function can be used after you provide information for authentication.

Usage

1
getorder(uuid)

Arguments

uuid

the uuid of the order.

Value

A named list with the following elements:

References

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

See Also

ccex_authenticate getopenorders.

Examples

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

## End(Not run)

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