InlineResponse200126 | R Documentation |
InlineResponse200126 Class
An R6Class
generator object
swapId
integer
swapTime
integer
status
integer
quoteAsset
character
baseAsset
character
quoteQty
numeric
baseQty
numeric
price
numeric
fee
numeric
new()
InlineResponse200126$new( swapId, swapTime, status, quoteAsset, baseAsset, quoteQty, baseQty, price, fee, ... )
toJSON()
InlineResponse200126$toJSON()
fromJSON()
InlineResponse200126$fromJSON(InlineResponse200126Json)
toJSONString()
InlineResponse200126$toJSONString()
fromJSONString()
InlineResponse200126$fromJSONString(InlineResponse200126Json)
clone()
The objects of this class are cloneable with this method.
InlineResponse200126$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.