SubAccountUSDTFuturesDetailsFutureAccountResp: SubAccountUSDTFuturesDetailsFutureAccountResp

SubAccountUSDTFuturesDetailsFutureAccountRespR Documentation

SubAccountUSDTFuturesDetailsFutureAccountResp

Description

SubAccountUSDTFuturesDetailsFutureAccountResp Class

Format

An R6Class generator object

Public fields

email

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
SubAccountUSDTFuturesDetailsFutureAccountResp$new(
  email,
  assets,
  canDeposit,
  canTrade,
  canWithdraw,
  feeTier,
  maxWithdrawAmount,
  totalInitialMargin,
  totalMaintenanceMargin,
  totalMarginBalance,
  totalOpenOrderInitialMargin,
  totalPositionInitialMargin,
  totalUnrealizedProfit,
  totalWalletBalance,
  updateTime,
  ...
)

Method toJSON()

Usage
SubAccountUSDTFuturesDetailsFutureAccountResp$toJSON()

Method fromJSON()

Usage
SubAccountUSDTFuturesDetailsFutureAccountResp$fromJSON(
  SubAccountUSDTFuturesDetailsFutureAccountRespJson
)

Method toJSONString()

Usage
SubAccountUSDTFuturesDetailsFutureAccountResp$toJSONString()

Method fromJSONString()

Usage
SubAccountUSDTFuturesDetailsFutureAccountResp$fromJSONString(
  SubAccountUSDTFuturesDetailsFutureAccountRespJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
SubAccountUSDTFuturesDetailsFutureAccountResp$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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