BookTicker | R Documentation |
BookTicker Class
An R6Class
generator object
symbol
character
bidPrice
character
bidQty
character
askPrice
character
askQty
character
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)
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.