get_order_history {kisopenapi} | R Documentation |
get order history
Description
Get order history from start date to end date.
Usage
get_order_history(sdt, edt, prdt_code, zip_flag = TRUE)
Arguments
sdt |
A string specifying start date "YYYYMMDD" |
edt |
A string specifying end date "YYYYMMDD" |
prdt_code |
A string specifying account product code |
zip_flag |
A boolean specifying choosing important columns |
Value
Order history data frame
Examples
# get order history
## Not run:
get_order_history("20")
## End(Not run)
[Package kisopenapi version 0.0.2 Index]