InlineResponse20063: InlineResponse20063

InlineResponse20063R Documentation

InlineResponse20063

Description

InlineResponse20063 Class

Format

An R6Class generator object

Public fields

totalAssetOfBtc

character

totalLiabilityOfBtc

character

totalNetAssetOfBtc

character

subAccountList

list( InlineResponse20063SubAccountList )

Methods

Public methods


Method new()

Usage
InlineResponse20063$new(
  totalAssetOfBtc,
  totalLiabilityOfBtc,
  totalNetAssetOfBtc,
  subAccountList,
  ...
)

Method toJSON()

Usage
InlineResponse20063$toJSON()

Method fromJSON()

Usage
InlineResponse20063$fromJSON(InlineResponse20063Json)

Method toJSONString()

Usage
InlineResponse20063$toJSONString()

Method fromJSONString()

Usage
InlineResponse20063$fromJSONString(InlineResponse20063Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20063$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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