MarginOrderResponseFull: MarginOrderResponseFull

MarginOrderResponseFullR Documentation

MarginOrderResponseFull

Description

MarginOrderResponseFull 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

side

character

marginBuyBorrowAmount

numeric

marginBuyBorrowAsset

character

isIsolated

character

fills

list( OrderResponseFullFills )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
MarginOrderResponseFull$toJSON()

Method fromJSON()

Usage
MarginOrderResponseFull$fromJSON(MarginOrderResponseFullJson)

Method toJSONString()

Usage
MarginOrderResponseFull$toJSONString()

Method fromJSONString()

Usage
MarginOrderResponseFull$fromJSONString(MarginOrderResponseFullJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
MarginOrderResponseFull$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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