InlineResponse200121List: InlineResponse200121List

InlineResponse200121ListR Documentation

InlineResponse200121List

Description

InlineResponse200121List Class

Format

An R6Class generator object

Public fields

quoteId

character

orderId

integer

orderStatus

character

fromAsset

character

fromAmount

character

toAsset

character

toAmount

character

ratio

character

inverseRatio

character

createTime

integer

Methods

Public methods


Method new()

Usage
InlineResponse200121List$new(
  quoteId,
  orderId,
  orderStatus,
  fromAsset,
  fromAmount,
  toAsset,
  toAmount,
  ratio,
  inverseRatio,
  createTime,
  ...
)

Method toJSON()

Usage
InlineResponse200121List$toJSON()

Method fromJSON()

Usage
InlineResponse200121List$fromJSON(InlineResponse200121ListJson)

Method toJSONString()

Usage
InlineResponse200121List$toJSONString()

Method fromJSONString()

Usage
InlineResponse200121List$fromJSONString(InlineResponse200121ListJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200121List$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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