buy: Place a buy order in an instrument (authorization is...

Description Usage Arguments Examples

Description

Place a buy order in an instrument (authorization is required).

Usage

1
buy(keys, instrument, quantity, price, postOnly = FALSE, label = NULL)

Arguments

keys

list containing access and secret keys in the form: keys <- list(key = ACCESS_KEY, secret = ACCESS_SECRET)

Examples

1
rderibit::buy(keys, "BTC-28DEC18-8750-P", postOnly = T, quantity = 0.1, price = .005)

paltsev-p/rderibit documentation built on May 3, 2019, 7:08 p.m.