InlineResponse200132Data: InlineResponse200132Data

InlineResponse200132DataR Documentation

InlineResponse200132Data

Description

InlineResponse200132Data 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
InlineResponse200132Data$new(
  orderNumber,
  advNo,
  tradeType,
  asset,
  fiat,
  fiatSymbol,
  amount,
  totalPrice,
  unitPrice,
  orderStatus,
  createTime,
  commission,
  counterPartNickName,
  advertisementRole,
  ...
)

Method toJSON()

Usage
InlineResponse200132Data$toJSON()

Method fromJSON()

Usage
InlineResponse200132Data$fromJSON(InlineResponse200132DataJson)

Method toJSONString()

Usage
InlineResponse200132Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse200132Data$fromJSONString(InlineResponse200132DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200132Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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