InlineResponse200118Data: InlineResponse200118Data

InlineResponse200118DataR Documentation

InlineResponse200118Data

Description

InlineResponse200118Data Class

Format

An R6Class generator object

Public fields

orderNumber

character

advNo

character

tradeType

character

asset

character

fiat

character

fiatSymbol

character

amount

character

totalPrice

character

unitPrice

character

orderStatus

character

createTime

integer

commission

character

counterPartNickName

character

advertisementRole

character

Methods

Public methods


Method new()

Usage
InlineResponse200118Data$new(
  orderNumber,
  advNo,
  tradeType,
  asset,
  fiat,
  fiatSymbol,
  amount,
  totalPrice,
  unitPrice,
  orderStatus,
  createTime,
  commission,
  counterPartNickName,
  advertisementRole,
  ...
)

Method toJSON()

Usage
InlineResponse200118Data$toJSON()

Method fromJSON()

Usage
InlineResponse200118Data$fromJSON(InlineResponse200118DataJson)

Method toJSONString()

Usage
InlineResponse200118Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse200118Data$fromJSONString(InlineResponse200118DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200118Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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