Learn R Programming

rgdax (version 0.4.0)

cancel_order: Cancel Pending Orders

Description

This is an auth based function. User must have valid api keys generated by GDAX which must be passed as mandatory arguments. The users can cancel all orders pending this time.

Usage

cancel_order(api.key, secret, passphrase)

Arguments

api.key

Mandatory character value. This is the API key as generated by GDAX. Typically a 32 character value.

secret

Mandatory character value. This is the API secret as generated by GDAX. Typically a 88 character value.

passphrase

Mandatory character value. This is the passphrase as generated by GDAX. Typically a 11 character value.

Value

A Dataframe of order-ids of all orders that were cancelled.

Examples

Run this code
# NOT RUN {
cancel_order(api.key = your_key,
             secret = your_api_secret,
             passphrase = your_api_pass)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab