Trade | R Documentation |
Trade Class
An R6Class
generator object
id
integer
price
character
qty
character
quoteQty
character
time
integer
isBuyerMaker
character
isBestMatch
character
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)
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.