MarginOrderResponseResult: MarginOrderResponseResult

MarginOrderResponseResultR Documentation

MarginOrderResponseResult

Description

MarginOrderResponseResult Class

Format

An R6Class generator object

Public fields

symbol

character

orderId

integer

clientOrderId

character

transactTime

integer

price

character

origQty

character

executedQty

character

cummulativeQuoteQty

character

status

character

timeInForce

character

type

character

isIsolated

character

side

character

Methods

Public methods


Method new()

Usage
MarginOrderResponseResult$new(
  symbol,
  orderId,
  clientOrderId,
  transactTime,
  price,
  origQty,
  executedQty,
  cummulativeQuoteQty,
  status,
  timeInForce,
  type,
  isIsolated,
  side,
  ...
)

Method toJSON()

Usage
MarginOrderResponseResult$toJSON()

Method fromJSON()

Usage
MarginOrderResponseResult$fromJSON(MarginOrderResponseResultJson)

Method toJSONString()

Usage
MarginOrderResponseResult$toJSONString()

Method fromJSONString()

Usage
MarginOrderResponseResult$fromJSONString(MarginOrderResponseResultJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
MarginOrderResponseResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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