InlineResponse2001: InlineResponse2001

InlineResponse2001R Documentation

InlineResponse2001

Description

InlineResponse2001 Class

Format

An R6Class generator object

Public fields

timezone

character

serverTime

integer

rateLimits

list( InlineResponse2001RateLimits )

exchangeFilters

list( object )

symbols

list( InlineResponse2001Symbols )

Methods

Public methods


Method new()

Usage
InlineResponse2001$new(
  timezone,
  serverTime,
  rateLimits,
  exchangeFilters,
  symbols,
  ...
)

Method toJSON()

Usage
InlineResponse2001$toJSON()

Method fromJSON()

Usage
InlineResponse2001$fromJSON(InlineResponse2001Json)

Method toJSONString()

Usage
InlineResponse2001$toJSONString()

Method fromJSONString()

Usage
InlineResponse2001$fromJSONString(InlineResponse2001Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2001$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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