InlineResponse2001Symbols | R Documentation |
InlineResponse2001Symbols Class
An R6Class
generator object
symbol
character
status
character
baseAsset
character
baseAssetPrecision
integer
quoteAsset
character
quoteAssetPrecision
integer
baseCommissionPrecision
integer
quoteCommissionPrecision
integer
orderTypes
list( character )
icebergAllowed
character
ocoAllowed
character
quoteOrderQtyMarketAllowed
character
allowTrailingStop
character
isSpotTradingAllowed
character
isMarginTradingAllowed
character
filters
list( InlineResponse2001Filters )
permissions
list( character )
new()
InlineResponse2001Symbols$new( symbol, status, baseAsset, baseAssetPrecision, quoteAsset, quoteAssetPrecision, baseCommissionPrecision, quoteCommissionPrecision, orderTypes, icebergAllowed, ocoAllowed, quoteOrderQtyMarketAllowed, allowTrailingStop, isSpotTradingAllowed, isMarginTradingAllowed, filters, permissions, ... )
toJSON()
InlineResponse2001Symbols$toJSON()
fromJSON()
InlineResponse2001Symbols$fromJSON(InlineResponse2001SymbolsJson)
toJSONString()
InlineResponse2001Symbols$toJSONString()
fromJSONString()
InlineResponse2001Symbols$fromJSONString(InlineResponse2001SymbolsJson)
clone()
The objects of this class are cloneable with this method.
InlineResponse2001Symbols$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.