IsolatedMarginAccountInfo: IsolatedMarginAccountInfo

IsolatedMarginAccountInfoR Documentation

IsolatedMarginAccountInfo

Description

IsolatedMarginAccountInfo Class

Format

An R6Class generator object

Public fields

assets

list( IsolatedMarginAccountInfoAssets )

totalAssetOfBtc

character

totalLiabilityOfBtc

character

totalNetAssetOfBtc

character

Methods

Public methods


Method new()

Usage
IsolatedMarginAccountInfo$new(
  assets,
  totalAssetOfBtc,
  totalLiabilityOfBtc,
  totalNetAssetOfBtc,
  ...
)

Method toJSON()

Usage
IsolatedMarginAccountInfo$toJSON()

Method fromJSON()

Usage
IsolatedMarginAccountInfo$fromJSON(IsolatedMarginAccountInfoJson)

Method toJSONString()

Usage
IsolatedMarginAccountInfo$toJSONString()

Method fromJSONString()

Usage
IsolatedMarginAccountInfo$fromJSONString(IsolatedMarginAccountInfoJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
IsolatedMarginAccountInfo$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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