| MyTrade | R Documentation |
MyTrade Class
An R6Class generator object
symbolcharacter
idinteger
orderIdinteger
orderListIdinteger
pricecharacter
qtycharacter
quoteQtycharacter
commissioncharacter
commissionAssetcharacter
timeinteger
isBuyercharacter
isMakercharacter
isBestMatchcharacter
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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.