InlineResponse20013: InlineResponse20013

InlineResponse20013R Documentation

InlineResponse20013

Description

InlineResponse20013 Class

Format

An R6Class generator object

Public fields

id

integer

symbol

character

base

character

quote

character

isMarginTrade

character

isBuyAllowed

character

isSellAllowed

character

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse20013$toJSON()

Method fromJSON()

Usage
InlineResponse20013$fromJSON(InlineResponse20013Json)

Method toJSONString()

Usage
InlineResponse20013$toJSONString()

Method fromJSONString()

Usage
InlineResponse20013$fromJSONString(InlineResponse20013Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20013$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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