get_order_history: get order history

View source: R/order.R

get_order_historyR 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)


kisopenapi documentation built on May 29, 2024, 5:26 a.m.