InlineResponse200125: InlineResponse200125

InlineResponse200125R Documentation

InlineResponse200125

Description

InlineResponse200125 Class

Format

An R6Class generator object

Public fields

quoteAsset

character

baseAsset

character

quoteQty

numeric

baseQty

numeric

price

numeric

slippage

numeric

fee

numeric

Methods

Public methods


Method new()

Usage
InlineResponse200125$new(
  quoteAsset,
  baseAsset,
  quoteQty,
  baseQty,
  price,
  slippage,
  fee,
  ...
)

Method toJSON()

Usage
InlineResponse200125$toJSON()

Method fromJSON()

Usage
InlineResponse200125$fromJSON(InlineResponse200125Json)

Method toJSONString()

Usage
InlineResponse200125$toJSONString()

Method fromJSONString()

Usage
InlineResponse200125$fromJSONString(InlineResponse200125Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200125$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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