IsolatedMarginAccountInfoBaseAsset: IsolatedMarginAccountInfoBaseAsset

IsolatedMarginAccountInfoBaseAssetR Documentation

IsolatedMarginAccountInfoBaseAsset

Description

IsolatedMarginAccountInfoBaseAsset Class

Format

An R6Class generator object

Public fields

asset

character

borrowEnabled

character

borrowed

character

free

character

interest

character

locked

character

netAsset

character

netAssetOfBtc

character

repayEnabled

character

totalAsset

character

Methods

Public methods


Method new()

Usage
IsolatedMarginAccountInfoBaseAsset$new(
  asset,
  borrowEnabled,
  borrowed,
  free,
  interest,
  locked,
  netAsset,
  netAssetOfBtc,
  repayEnabled,
  totalAsset,
  ...
)

Method toJSON()

Usage
IsolatedMarginAccountInfoBaseAsset$toJSON()

Method fromJSON()

Usage
IsolatedMarginAccountInfoBaseAsset$fromJSON(
  IsolatedMarginAccountInfoBaseAssetJson
)

Method toJSONString()

Usage
IsolatedMarginAccountInfoBaseAsset$toJSONString()

Method fromJSONString()

Usage
IsolatedMarginAccountInfoBaseAsset$fromJSONString(
  IsolatedMarginAccountInfoBaseAssetJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
IsolatedMarginAccountInfoBaseAsset$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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