InlineResponse2008: InlineResponse2008

InlineResponse2008R Documentation

InlineResponse2008

Description

InlineResponse2008 Class

Format

An R6Class generator object

Public fields

rateLimitType

character

interval

character

intervalNum

integer

limit

integer

count

integer [optional]

Methods

Public methods


Method new()

Usage
InlineResponse2008$new(
  rateLimitType,
  interval,
  intervalNum,
  limit,
  count = NULL,
  ...
)

Method toJSON()

Usage
InlineResponse2008$toJSON()

Method fromJSON()

Usage
InlineResponse2008$fromJSON(InlineResponse2008Json)

Method toJSONString()

Usage
InlineResponse2008$toJSONString()

Method fromJSONString()

Usage
InlineResponse2008$fromJSONString(InlineResponse2008Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2008$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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