Skip to contents

Place an order.

Usage

order_create(symbol, side, quantity, type = "market", limit_price = NA)

Value

A data frame.

Examples

if (FALSE) { # \dontrun{
order_create("SPY", "buy", 1, "limit")
} # }