InlineResponse20020: InlineResponse20020

InlineResponse20020R Documentation

InlineResponse20020

Description

InlineResponse20020 Class

Format

An R6Class generator object

Public fields

orderListId

integer

contingencyType

character

listStatusType

character

listOrderStatus

character

listClientOrderId

character

transactionTime

integer

symbol

character

marginBuyBorrowAmount

character

marginBuyBorrowAsset

character

isIsolated

character

orders

list( InlineResponse20020Orders )

orderReports

list( InlineResponse2004OrderReports )

Methods

Public methods


Method new()

Usage
InlineResponse20020$new(
  orderListId,
  contingencyType,
  listStatusType,
  listOrderStatus,
  listClientOrderId,
  transactionTime,
  symbol,
  marginBuyBorrowAmount,
  marginBuyBorrowAsset,
  isIsolated,
  orders,
  orderReports,
  ...
)

Method toJSON()

Usage
InlineResponse20020$toJSON()

Method fromJSON()

Usage
InlineResponse20020$fromJSON(InlineResponse20020Json)

Method toJSONString()

Usage
InlineResponse20020$toJSONString()

Method fromJSONString()

Usage
InlineResponse20020$fromJSONString(InlineResponse20020Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20020$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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