SubAccountCOINFuturesDetailsAssets: SubAccountCOINFuturesDetailsAssets

SubAccountCOINFuturesDetailsAssetsR Documentation

SubAccountCOINFuturesDetailsAssets

Description

SubAccountCOINFuturesDetailsAssets Class

Format

An R6Class generator object

Public fields

asset

character

initialMargin

character

maintenanceMargin

character

marginBalance

character

maxWithdrawAmount

character

openOrderInitialMargin

character

positionInitialMargin

character

unrealizedProfit

character

walletBalance

character

Methods

Public methods


Method new()

Usage
SubAccountCOINFuturesDetailsAssets$new(
  asset,
  initialMargin,
  maintenanceMargin,
  marginBalance,
  maxWithdrawAmount,
  openOrderInitialMargin,
  positionInitialMargin,
  unrealizedProfit,
  walletBalance,
  ...
)

Method toJSON()

Usage
SubAccountCOINFuturesDetailsAssets$toJSON()

Method fromJSON()

Usage
SubAccountCOINFuturesDetailsAssets$fromJSON(
  SubAccountCOINFuturesDetailsAssetsJson
)

Method toJSONString()

Usage
SubAccountCOINFuturesDetailsAssets$toJSONString()

Method fromJSONString()

Usage
SubAccountCOINFuturesDetailsAssets$fromJSONString(
  SubAccountCOINFuturesDetailsAssetsJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
SubAccountCOINFuturesDetailsAssets$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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