| Ticker | R Documentation |
Ticker Class
An R6Class generator object
symbolcharacter
priceChangecharacter
priceChangePercentcharacter
prevClosePricecharacter
lastPricecharacter
bidPricecharacter
bidQtycharacter
askPricecharacter
askQtycharacter
openPricecharacter
highPricecharacter
lowPricecharacter
volumecharacter
quoteVolumecharacter
openTimeinteger
closeTimeinteger
firstIdinteger
lastIdinteger
countinteger
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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.