| Trade | R Documentation |
Trade Class
An R6Class generator object
idinteger
pricecharacter
qtycharacter
quoteQtycharacter
timeinteger
isBuyerMakercharacter
isBestMatchcharacter
new()Trade$new(id, price, qty, quoteQty, time, isBuyerMaker, isBestMatch, ...)
toJSON()Trade$toJSON()
fromJSON()Trade$fromJSON(TradeJson)
toJSONString()Trade$toJSONString()
fromJSONString()Trade$fromJSONString(TradeJson)
clone()The objects of this class are cloneable with this method.
Trade$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.