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