getopenorders: Order Data for all Open Orders

Description Usage Arguments Value References See Also Examples

View source: R/ccex.r

Description

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

Usage

1
getopenorders(market = NULL)

Arguments

market

(optional) the market on which you would like to see all open orders. If not specified, then all open orders for all markets are returned.

Value

A named list with the following elements:

References

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

See Also

ccex_authenticate getorder mytrades

Examples

1
2
3
4
## Not run: 
getopenorders("btc-usd")

## End(Not run)

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