## revise
if (FALSE) {
kis_revise(
order_no = "your order number",
order_branch = "your order branch", order_qty = "your order quantity",
order_price = "your order price"
)
}
## cancel
if (FALSE) {
kis_cancel(
order_no = "your order number",
order_branch = "your order branch", order_qty = "your order quantity",
order_price = "your order price"
)
}
## cancel all
if (FALSE) {
kis_cancel_all()
}
Run the code above in your browser using DataLab