MyTrade | R Documentation |
MyTrade Class
An R6Class
generator object
symbol
character
id
integer
orderId
integer
orderListId
integer
price
character
qty
character
quoteQty
character
commission
character
commissionAsset
character
time
integer
isBuyer
character
isMaker
character
isBestMatch
character
new()
MyTrade$new( symbol, id, orderId, orderListId, price, qty, quoteQty, commission, commissionAsset, time, isBuyer, isMaker, isBestMatch, ... )
toJSON()
MyTrade$toJSON()
fromJSON()
MyTrade$fromJSON(MyTradeJson)
toJSONString()
MyTrade$toJSONString()
fromJSONString()
MyTrade$fromJSONString(MyTradeJson)
clone()
The objects of this class are cloneable with this method.
MyTrade$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.