InlineResponse2001RateLimits: InlineResponse2001RateLimits

InlineResponse2001RateLimitsR Documentation

InlineResponse2001RateLimits

Description

InlineResponse2001RateLimits Class

Format

An R6Class generator object

Public fields

rateLimitType

character

interval

character

intervalNum

integer

limit

integer

Methods

Public methods


Method new()

Usage
InlineResponse2001RateLimits$new(
  rateLimitType,
  interval,
  intervalNum,
  limit,
  ...
)

Method toJSON()

Usage
InlineResponse2001RateLimits$toJSON()

Method fromJSON()

Usage
InlineResponse2001RateLimits$fromJSON(InlineResponse2001RateLimitsJson)

Method toJSONString()

Usage
InlineResponse2001RateLimits$toJSONString()

Method fromJSONString()

Usage
InlineResponse2001RateLimits$fromJSONString(InlineResponse2001RateLimitsJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2001RateLimits$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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