Learn R Programming

kisopenapi (version 0.0.2)

get_order_history: get order history

Description

Get order history from start date to end date.

Usage

get_order_history(sdt, edt, prdt_code, zip_flag = TRUE)

Value

Order history data frame

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

Examples

Run this code
# get order history
if (FALSE) {
get_order_history("20")
}

Run the code above in your browser using DataLab