InlineResponse2005: InlineResponse2005

InlineResponse2005R Documentation

InlineResponse2005

Description

InlineResponse2005 Class

Format

An R6Class generator object

Public fields

orderListId

integer

contingencyType

character

listStatusType

character

listOrderStatus

character

listClientOrderId

character

transactionTime

integer

symbol

character

orders

list( InlineResponse2005Orders )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse2005$toJSON()

Method fromJSON()

Usage
InlineResponse2005$fromJSON(InlineResponse2005Json)

Method toJSONString()

Usage
InlineResponse2005$toJSONString()

Method fromJSONString()

Usage
InlineResponse2005$fromJSONString(InlineResponse2005Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2005$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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