InlineResponse2004: InlineResponse2004

InlineResponse2004R Documentation

InlineResponse2004

Description

InlineResponse2004 Class

Format

An R6Class generator object

Public fields

orderListId

integer

contingencyType

character

listStatusType

character

listOrderStatus

character

listClientOrderId

character

transactionTime

integer

symbol

character

orders

list( InlineResponse2004Orders )

orderReports

list( InlineResponse2004OrderReports )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse2004$toJSON()

Method fromJSON()

Usage
InlineResponse2004$fromJSON(InlineResponse2004Json)

Method toJSONString()

Usage
InlineResponse2004$toJSONString()

Method fromJSONString()

Usage
InlineResponse2004$fromJSONString(InlineResponse2004Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2004$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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