IsolatedMarginAccountInfoQuoteAsset: IsolatedMarginAccountInfoQuoteAsset

IsolatedMarginAccountInfoQuoteAssetR Documentation

IsolatedMarginAccountInfoQuoteAsset

Description

IsolatedMarginAccountInfoQuoteAsset 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
IsolatedMarginAccountInfoQuoteAsset$new(
  asset,
  borrowEnabled,
  borrowed,
  free,
  interest,
  locked,
  netAsset,
  netAssetOfBtc,
  repayEnabled,
  totalAsset,
  ...
)

Method toJSON()

Usage
IsolatedMarginAccountInfoQuoteAsset$toJSON()

Method fromJSON()

Usage
IsolatedMarginAccountInfoQuoteAsset$fromJSON(
  IsolatedMarginAccountInfoQuoteAssetJson
)

Method toJSONString()

Usage
IsolatedMarginAccountInfoQuoteAsset$toJSONString()

Method fromJSONString()

Usage
IsolatedMarginAccountInfoQuoteAsset$fromJSONString(
  IsolatedMarginAccountInfoQuoteAssetJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
IsolatedMarginAccountInfoQuoteAsset$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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