InlineResponse20083Data: InlineResponse20083Data

InlineResponse20083DataR Documentation

InlineResponse20083Data

Description

InlineResponse20083Data Class

Format

An R6Class generator object

Public fields

orderNo

character

sourceAmount

character

fiatCurrency

character

obtainAmount

character

cryptoCurrency

character

totalFee

character

price

character

status

character

createTime

integer

updateTime

integer

Methods

Public methods


Method new()

Usage
InlineResponse20083Data$new(
  orderNo,
  sourceAmount,
  fiatCurrency,
  obtainAmount,
  cryptoCurrency,
  totalFee,
  price,
  status,
  createTime,
  updateTime,
  ...
)

Method toJSON()

Usage
InlineResponse20083Data$toJSON()

Method fromJSON()

Usage
InlineResponse20083Data$fromJSON(InlineResponse20083DataJson)

Method toJSONString()

Usage
InlineResponse20083Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse20083Data$fromJSONString(InlineResponse20083DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20083Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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