InlineResponse2006: InlineResponse2006

InlineResponse2006R Documentation

InlineResponse2006

Description

InlineResponse2006 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( ApiV3AllOrderListOrders )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse2006$toJSON()

Method fromJSON()

Usage
InlineResponse2006$fromJSON(InlineResponse2006Json)

Method toJSONString()

Usage
InlineResponse2006$toJSONString()

Method fromJSONString()

Usage
InlineResponse2006$fromJSONString(InlineResponse2006Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2006$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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