IsolatedMarginAccountInfoAssets: IsolatedMarginAccountInfoAssets

IsolatedMarginAccountInfoAssetsR Documentation

IsolatedMarginAccountInfoAssets

Description

IsolatedMarginAccountInfoAssets Class

Format

An R6Class generator object

Public fields

baseAsset

IsolatedMarginAccountInfoBaseAsset

quoteAsset

IsolatedMarginAccountInfoQuoteAsset

symbol

character

isolatedCreated

character

enabled

character

marginLevel

character

marginLevelStatus

character

marginRatio

character

indexPrice

character

liquidatePrice

character

liquidateRate

character

tradeEnabled

character

Methods

Public methods


Method new()

Usage
IsolatedMarginAccountInfoAssets$new(
  baseAsset,
  quoteAsset,
  symbol,
  isolatedCreated,
  enabled,
  marginLevel,
  marginLevelStatus,
  marginRatio,
  indexPrice,
  liquidatePrice,
  liquidateRate,
  tradeEnabled,
  ...
)

Method toJSON()

Usage
IsolatedMarginAccountInfoAssets$toJSON()

Method fromJSON()

Usage
IsolatedMarginAccountInfoAssets$fromJSON(IsolatedMarginAccountInfoAssetsJson)

Method toJSONString()

Usage
IsolatedMarginAccountInfoAssets$toJSONString()

Method fromJSONString()

Usage
IsolatedMarginAccountInfoAssets$fromJSONString(
  IsolatedMarginAccountInfoAssetsJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
IsolatedMarginAccountInfoAssets$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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