InlineResponse200126: InlineResponse200126

InlineResponse200126R Documentation

InlineResponse200126

Description

InlineResponse200126 Class

Format

An R6Class generator object

Public fields

swapId

integer

swapTime

integer

status

integer

quoteAsset

character

baseAsset

character

quoteQty

numeric

baseQty

numeric

price

numeric

fee

numeric

Methods

Public methods


Method new()

Usage
InlineResponse200126$new(
  swapId,
  swapTime,
  status,
  quoteAsset,
  baseAsset,
  quoteQty,
  baseQty,
  price,
  fee,
  ...
)

Method toJSON()

Usage
InlineResponse200126$toJSON()

Method fromJSON()

Usage
InlineResponse200126$fromJSON(InlineResponse200126Json)

Method toJSONString()

Usage
InlineResponse200126$toJSONString()

Method fromJSONString()

Usage
InlineResponse200126$fromJSONString(InlineResponse200126Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200126$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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