InlineResponse20065: InlineResponse20065

InlineResponse20065R Documentation

InlineResponse20065

Description

InlineResponse20065 Class

Format

An R6Class generator object

Public fields

email

character

asset

character

assets

list( InlineResponse20065Assets )

canDeposit

character

canTrade

character

canWithdraw

character

feeTier

integer

maxWithdrawAmount

character

totalInitialMargin

character

totalMaintenanceMargin

character

totalMarginBalance

character

totalOpenOrderInitialMargin

character

totalPositionInitialMargin

character

totalUnrealizedProfit

character

totalWalletBalance

character

updateTime

integer

Methods

Public methods


Method new()

Usage
InlineResponse20065$new(
  email,
  asset,
  assets,
  canDeposit,
  canTrade,
  canWithdraw,
  feeTier,
  maxWithdrawAmount,
  totalInitialMargin,
  totalMaintenanceMargin,
  totalMarginBalance,
  totalOpenOrderInitialMargin,
  totalPositionInitialMargin,
  totalUnrealizedProfit,
  totalWalletBalance,
  updateTime,
  ...
)

Method toJSON()

Usage
InlineResponse20065$toJSON()

Method fromJSON()

Usage
InlineResponse20065$fromJSON(InlineResponse20065Json)

Method toJSONString()

Usage
InlineResponse20065$toJSONString()

Method fromJSONString()

Usage
InlineResponse20065$fromJSONString(InlineResponse20065Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20065$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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