Account | R Documentation |
Account Class
An R6Class
generator object
makerCommission
integer
takerCommission
integer
buyerCommission
integer
sellerCommission
integer
canTrade
character
canWithdraw
character
canDeposit
character
updateTime
integer
accountType
character
balances
list( AccountBalances )
new()
Account$new( makerCommission, takerCommission, buyerCommission, sellerCommission, canTrade, canWithdraw, canDeposit, updateTime, accountType, balances, ... )
toJSON()
Account$toJSON()
fromJSON()
Account$fromJSON(AccountJson)
toJSONString()
Account$toJSONString()
fromJSONString()
Account$fromJSONString(AccountJson)
clone()
The objects of this class are cloneable with this method.
Account$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.