Ticker | R Documentation |
Ticker Class
An R6Class
generator object
symbol
character
priceChange
character
priceChangePercent
character
prevClosePrice
character
lastPrice
character
bidPrice
character
bidQty
character
askPrice
character
askQty
character
openPrice
character
highPrice
character
lowPrice
character
volume
character
quoteVolume
character
openTime
integer
closeTime
integer
firstId
integer
lastId
integer
count
integer
new()
Ticker$new( symbol, priceChange, priceChangePercent, prevClosePrice, lastPrice, bidPrice, bidQty, askPrice, askQty, openPrice, highPrice, lowPrice, volume, quoteVolume, openTime, closeTime, firstId, lastId, count, ... )
toJSON()
Ticker$toJSON()
fromJSON()
Ticker$fromJSON(TickerJson)
toJSONString()
Ticker$toJSONString()
fromJSONString()
Ticker$fromJSONString(TickerJson)
clone()
The objects of this class are cloneable with this method.
Ticker$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.