| BookTicker | R Documentation |
BookTicker Class
An R6Class generator object
symbolcharacter
bidPricecharacter
bidQtycharacter
askPricecharacter
askQtycharacter
new()BookTicker$new(symbol, bidPrice, bidQty, askPrice, askQty, ...)
toJSON()BookTicker$toJSON()
fromJSON()BookTicker$fromJSON(BookTickerJson)
toJSONString()BookTicker$toJSONString()
fromJSONString()BookTicker$fromJSONString(BookTickerJson)
clone()The objects of this class are cloneable with this method.
BookTicker$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.