InlineResponse2007: InlineResponse2007

InlineResponse2007R Documentation

InlineResponse2007

Description

InlineResponse2007 Class

Format

An R6Class generator object

Public fields

orderListId

integer

contingencyType

character

listStatusType

character

listOrderStatus

character

listClientOrderId

character

transactionTime

integer

symbol

character

orders

list( ApiV3OpenOrderListOrders )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse2007$toJSON()

Method fromJSON()

Usage
InlineResponse2007$fromJSON(InlineResponse2007Json)

Method toJSONString()

Usage
InlineResponse2007$toJSONString()

Method fromJSONString()

Usage
InlineResponse2007$fromJSONString(InlineResponse2007Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2007$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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