OrderResponseFull: OrderResponseFull

OrderResponseFullR Documentation

OrderResponseFull

Description

OrderResponseFull 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

fills

list( OrderResponseFullFills )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
OrderResponseFull$toJSON()

Method fromJSON()

Usage
OrderResponseFull$fromJSON(OrderResponseFullJson)

Method toJSONString()

Usage
OrderResponseFull$toJSONString()

Method fromJSONString()

Usage
OrderResponseFull$fromJSONString(OrderResponseFullJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
OrderResponseFull$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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