InlineResponse20031: InlineResponse20031

InlineResponse20031R Documentation

InlineResponse20031

Description

InlineResponse20031 Class

Format

An R6Class generator object

Public fields

symbol

character [optional]

tier

integer [optional]

effectiveMultiple

character [optional]

initialRiskRatio

character [optional]

liquidationRiskRatio

character [optional]

baseAssetMaxBorrowable

character [optional]

quoteAssetMaxBorrowable

character [optional]

Methods

Public methods


Method new()

Usage
InlineResponse20031$new(
  symbol = NULL,
  tier = NULL,
  effectiveMultiple = NULL,
  initialRiskRatio = NULL,
  liquidationRiskRatio = NULL,
  baseAssetMaxBorrowable = NULL,
  quoteAssetMaxBorrowable = NULL,
  ...
)

Method toJSON()

Usage
InlineResponse20031$toJSON()

Method fromJSON()

Usage
InlineResponse20031$fromJSON(InlineResponse20031Json)

Method toJSONString()

Usage
InlineResponse20031$toJSONString()

Method fromJSONString()

Usage
InlineResponse20031$fromJSONString(InlineResponse20031Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20031$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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