InlineResponse20018Rows: InlineResponse20018Rows

InlineResponse20018RowsR Documentation

InlineResponse20018Rows

Description

InlineResponse20018Rows Class

Format

An R6Class generator object

Public fields

avgPrice

character

executedQty

character

orderId

integer

price

character

qty

character

side

character

symbol

character

timeInForce

character

isIsolated

character

updatedTime

integer

Methods

Public methods


Method new()

Usage
InlineResponse20018Rows$new(
  avgPrice,
  executedQty,
  orderId,
  price,
  qty,
  side,
  symbol,
  timeInForce,
  isIsolated,
  updatedTime,
  ...
)

Method toJSON()

Usage
InlineResponse20018Rows$toJSON()

Method fromJSON()

Usage
InlineResponse20018Rows$fromJSON(InlineResponse20018RowsJson)

Method toJSONString()

Usage
InlineResponse20018Rows$toJSONString()

Method fromJSONString()

Usage
InlineResponse20018Rows$fromJSONString(InlineResponse20018RowsJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20018Rows$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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