InlineResponse20066: InlineResponse20066

InlineResponse20066R Documentation

InlineResponse20066

Description

InlineResponse20066 Class

Format

An R6Class generator object

Public fields

totalInitialMargin

character

totalMaintenanceMargin

character

totalMarginBalance

character

totalOpenOrderInitialMargin

character

totalPositionInitialMargin

character

totalUnrealizedProfit

character

totalWalletBalance

character

asset

character

subAccountList

list( InlineResponse20066SubAccountList )

Methods

Public methods


Method new()

Usage
InlineResponse20066$new(
  totalInitialMargin,
  totalMaintenanceMargin,
  totalMarginBalance,
  totalOpenOrderInitialMargin,
  totalPositionInitialMargin,
  totalUnrealizedProfit,
  totalWalletBalance,
  asset,
  subAccountList,
  ...
)

Method toJSON()

Usage
InlineResponse20066$toJSON()

Method fromJSON()

Usage
InlineResponse20066$fromJSON(InlineResponse20066Json)

Method toJSONString()

Usage
InlineResponse20066$toJSONString()

Method fromJSONString()

Usage
InlineResponse20066$fromJSONString(InlineResponse20066Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20066$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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