InlineResponse20015: InlineResponse20015

InlineResponse20015R Documentation

InlineResponse20015

Description

InlineResponse20015 Class

Format

An R6Class generator object

Public fields

base

character

id

integer

isBuyAllowed

character

isMarginTrade

character

isSellAllowed

character

quote

character

symbol

character

Methods

Public methods


Method new()

Usage
InlineResponse20015$new(
  base,
  id,
  isBuyAllowed,
  isMarginTrade,
  isSellAllowed,
  quote,
  symbol,
  ...
)

Method toJSON()

Usage
InlineResponse20015$toJSON()

Method fromJSON()

Usage
InlineResponse20015$fromJSON(InlineResponse20015Json)

Method toJSONString()

Usage
InlineResponse20015$toJSONString()

Method fromJSONString()

Usage
InlineResponse20015$fromJSONString(InlineResponse20015Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20015$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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