OrderResponseResult: OrderResponseResult

OrderResponseResultR Documentation

OrderResponseResult

Description

OrderResponseResult Class

Format

An R6Class generator object

Public fields

symbol

character

orderId

integer

orderListId

integer

clientOrderId

character

transactTime

integer

price

character

origQty

character

executedQty

character

cummulativeQuoteQty

character

status

character

timeInForce

character

type

character

side

character

Methods

Public methods


Method new()

Usage
OrderResponseResult$new(
  symbol,
  orderId,
  orderListId,
  clientOrderId,
  transactTime,
  price,
  origQty,
  executedQty,
  cummulativeQuoteQty,
  status,
  timeInForce,
  type,
  side,
  ...
)

Method toJSON()

Usage
OrderResponseResult$toJSON()

Method fromJSON()

Usage
OrderResponseResult$fromJSON(OrderResponseResultJson)

Method toJSONString()

Usage
OrderResponseResult$toJSONString()

Method fromJSONString()

Usage
OrderResponseResult$fromJSONString(OrderResponseResultJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
OrderResponseResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.