InlineResponse20021: InlineResponse20021

InlineResponse20021R Documentation

InlineResponse20021

Description

InlineResponse20021 Class

Format

An R6Class generator object

Public fields

orderListId

integer

contingencyType

character

listStatusType

character

listOrderStatus

character

listClientOrderId

character

transactionTime

integer

symbol

character

isIsolated

character

orders

list( InlineResponse2005Orders )

Methods

Public methods


Method new()

Usage
InlineResponse20021$new(
  orderListId,
  contingencyType,
  listStatusType,
  listOrderStatus,
  listClientOrderId,
  transactionTime,
  symbol,
  isIsolated,
  orders,
  ...
)

Method toJSON()

Usage
InlineResponse20021$toJSON()

Method fromJSON()

Usage
InlineResponse20021$fromJSON(InlineResponse20021Json)

Method toJSONString()

Usage
InlineResponse20021$toJSONString()

Method fromJSONString()

Usage
InlineResponse20021$fromJSONString(InlineResponse20021Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20021$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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