Account: Account

AccountR Documentation

Account

Description

Account Class

Format

An R6Class generator object

Public fields

makerCommission

integer

takerCommission

integer

buyerCommission

integer

sellerCommission

integer

canTrade

character

canWithdraw

character

canDeposit

character

updateTime

integer

accountType

character

balances

list( AccountBalances )

Methods

Public methods


Method new()

Usage
Account$new(
  makerCommission,
  takerCommission,
  buyerCommission,
  sellerCommission,
  canTrade,
  canWithdraw,
  canDeposit,
  updateTime,
  accountType,
  balances,
  ...
)

Method toJSON()

Usage
Account$toJSON()

Method fromJSON()

Usage
Account$fromJSON(AccountJson)

Method toJSONString()

Usage
Account$toJSONString()

Method fromJSONString()

Usage
Account$fromJSONString(AccountJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Account$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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