InlineResponse2004OrderReports: InlineResponse2004OrderReports

InlineResponse2004OrderReportsR Documentation

InlineResponse2004OrderReports

Description

InlineResponse2004OrderReports Class

Format

An R6Class generator object

Public fields

symbol

character

orderId

integer

orderListId

integer

clientOrderId

character

transactTime

integer

price

character

origQty

character

executedQty

character

cummulativeQuoteQty

character

status

character

timeInForce

character

type

character

side

character

stopPrice

character

Methods

Public methods


Method new()

Usage
InlineResponse2004OrderReports$new(
  symbol,
  orderId,
  orderListId,
  clientOrderId,
  transactTime,
  price,
  origQty,
  executedQty,
  cummulativeQuoteQty,
  status,
  timeInForce,
  type,
  side,
  stopPrice,
  ...
)

Method toJSON()

Usage
InlineResponse2004OrderReports$toJSON()

Method fromJSON()

Usage
InlineResponse2004OrderReports$fromJSON(InlineResponse2004OrderReportsJson)

Method toJSONString()

Usage
InlineResponse2004OrderReports$toJSONString()

Method fromJSONString()

Usage
InlineResponse2004OrderReports$fromJSONString(
  InlineResponse2004OrderReportsJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse2004OrderReports$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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