InlineResponse20029: InlineResponse20029

InlineResponse20029R Documentation

InlineResponse20029

Description

InlineResponse20029 Class

Format

An R6Class generator object

Public fields

vipLevel

integer

coin

character

transferIn

character

borrowable

character

dailyInterest

character

yearlyInterest

character

borrowLimit

character

marginablePairs

list( character )

Methods

Public methods


Method new()

Usage
InlineResponse20029$new(
  vipLevel,
  coin,
  transferIn,
  borrowable,
  dailyInterest,
  yearlyInterest,
  borrowLimit,
  marginablePairs,
  ...
)

Method toJSON()

Usage
InlineResponse20029$toJSON()

Method fromJSON()

Usage
InlineResponse20029$fromJSON(InlineResponse20029Json)

Method toJSONString()

Usage
InlineResponse20029$toJSONString()

Method fromJSONString()

Usage
InlineResponse20029$fromJSONString(InlineResponse20029Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20029$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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