| Account | R Documentation |
Account Class
An R6Class generator object
makerCommissioninteger
takerCommissioninteger
buyerCommissioninteger
sellerCommissioninteger
canTradecharacter
canWithdrawcharacter
canDepositcharacter
updateTimeinteger
accountTypecharacter
balanceslist( 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.