InlineResponse2001Symbols: InlineResponse2001Symbols

InlineResponse2001SymbolsR Documentation

InlineResponse2001Symbols

Description

InlineResponse2001Symbols Class

Format

An R6Class generator object

Public fields

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 )

Methods

Public methods


Method new()

Usage
InlineResponse2001Symbols$new(
  symbol,
  status,
  baseAsset,
  baseAssetPrecision,
  quoteAsset,
  quoteAssetPrecision,
  baseCommissionPrecision,
  quoteCommissionPrecision,
  orderTypes,
  icebergAllowed,
  ocoAllowed,
  quoteOrderQtyMarketAllowed,
  allowTrailingStop,
  isSpotTradingAllowed,
  isMarginTradingAllowed,
  filters,
  permissions,
  ...
)

Method toJSON()

Usage
InlineResponse2001Symbols$toJSON()

Method fromJSON()

Usage
InlineResponse2001Symbols$fromJSON(InlineResponse2001SymbolsJson)

Method toJSONString()

Usage
InlineResponse2001Symbols$toJSONString()

Method fromJSONString()

Usage
InlineResponse2001Symbols$fromJSONString(InlineResponse2001SymbolsJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2001Symbols$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.