InlineResponse20030: InlineResponse20030

InlineResponse20030R Documentation

InlineResponse20030

Description

InlineResponse20030 Class

Format

An R6Class generator object

Public fields

vipLevel

integer [optional]

symbol

character [optional]

leverage

character [optional]

data

list( SapiV1MarginIsolatedMarginDataData ) [optional]

Methods

Public methods


Method new()

Usage
InlineResponse20030$new(
  vipLevel = NULL,
  symbol = NULL,
  leverage = NULL,
  data = NULL,
  ...
)

Method toJSON()

Usage
InlineResponse20030$toJSON()

Method fromJSON()

Usage
InlineResponse20030$fromJSON(InlineResponse20030Json)

Method toJSONString()

Usage
InlineResponse20030$toJSONString()

Method fromJSONString()

Usage
InlineResponse20030$fromJSONString(InlineResponse20030Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20030$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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