InlineResponse20074: InlineResponse20074

InlineResponse20074R Documentation

InlineResponse20074

Description

InlineResponse20074 Class

Format

An R6Class generator object

Public fields

coin

character

name

character

totalBalance

character

availableBalance

character

inOrder

character

btcValue

character

Methods

Public methods


Method new()

Usage
InlineResponse20074$new(
  coin,
  name,
  totalBalance,
  availableBalance,
  inOrder,
  btcValue,
  ...
)

Method toJSON()

Usage
InlineResponse20074$toJSON()

Method fromJSON()

Usage
InlineResponse20074$fromJSON(InlineResponse20074Json)

Method toJSONString()

Usage
InlineResponse20074$toJSONString()

Method fromJSONString()

Usage
InlineResponse20074$fromJSONString(InlineResponse20074Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20074$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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