InlineResponse20019: InlineResponse20019

InlineResponse20019R Documentation

InlineResponse20019

Description

InlineResponse20019 Class

Format

An R6Class generator object

Public fields

borrowEnabled

character

marginLevel

character

totalAssetOfBtc

character

totalLiabilityOfBtc

character

totalNetAssetOfBtc

character

tradeEnabled

character

transferEnabled

character

userAssets

list( InlineResponse20019UserAssets )

Methods

Public methods


Method new()

Usage
InlineResponse20019$new(
  borrowEnabled,
  marginLevel,
  totalAssetOfBtc,
  totalLiabilityOfBtc,
  totalNetAssetOfBtc,
  tradeEnabled,
  transferEnabled,
  userAssets,
  ...
)

Method toJSON()

Usage
InlineResponse20019$toJSON()

Method fromJSON()

Usage
InlineResponse20019$fromJSON(InlineResponse20019Json)

Method toJSONString()

Usage
InlineResponse20019$toJSONString()

Method fromJSONString()

Usage
InlineResponse20019$fromJSONString(InlineResponse20019Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20019$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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