InlineResponse20027: InlineResponse20027

InlineResponse20027R Documentation

InlineResponse20027

Description

InlineResponse20027 Class

Format

An R6Class generator object

Public fields

symbol

character

base

character

quote

character

isMarginTrade

character

isBuyAllowed

character

isSellAllowed

character

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse20027$toJSON()

Method fromJSON()

Usage
InlineResponse20027$fromJSON(InlineResponse20027Json)

Method toJSONString()

Usage
InlineResponse20027$toJSONString()

Method fromJSONString()

Usage
InlineResponse20027$fromJSONString(InlineResponse20027Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20027$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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