InlineResponse20079Data: InlineResponse20079Data

InlineResponse20079DataR Documentation

InlineResponse20079Data

Description

InlineResponse20079Data Class

Format

An R6Class generator object

Public fields

orderNo

character

fiatCurrency

character

indicatedAmount

character

amount

character

totalFee

character

method

character

status

character

createTime

integer

updateTime

integer

Methods

Public methods


Method new()

Usage
InlineResponse20079Data$new(
  orderNo,
  fiatCurrency,
  indicatedAmount,
  amount,
  totalFee,
  method,
  status,
  createTime,
  updateTime,
  ...
)

Method toJSON()

Usage
InlineResponse20079Data$toJSON()

Method fromJSON()

Usage
InlineResponse20079Data$fromJSON(InlineResponse20079DataJson)

Method toJSONString()

Usage
InlineResponse20079Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse20079Data$fromJSONString(InlineResponse20079DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20079Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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