get_executions: List Executions

Description Usage Arguments Details

View source: R/private.R

Description

List Executions

Usage

1
2
3
4
5
6
7
8
get_executions(
  product_code,
  count = 100,
  before = 0,
  after = 0,
  child_order_id = NULL,
  child_order_acceptance_id = NULL
)

Arguments

product_code

A product_code or alias, as obtained from the Market List. If omitted, the value is set to "BTC_JPY". Only "BTC_USD" is available for U.S. accounts, and only "BTC_EUR" is available for European accounts.

count

Specifies the number of results. If this is omitted, the value will be 100.

before

Obtains data having an id lower than the value specified for this parameter.

after

Obtains data having an id higher than the value specified for this parameter.

child_order_id

ID for the child order.

child_order_acceptance_id

Expects an ID from send_child_order

Details

When child_order_id is specified, a list of stipulations related to the order will be displayed. When child_order_acceptance_id is specified, a list of stipulations related to the corresponding order will be displayed.


teramonagi/bitflyer documentation built on Jan. 12, 2021, 1:02 p.m.