InlineResponse20082Data: InlineResponse20082Data

InlineResponse20082DataR Documentation

InlineResponse20082Data

Description

InlineResponse20082Data 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
InlineResponse20082Data$new(
  orderNo,
  fiatCurrency,
  indicatedAmount,
  amount,
  totalFee,
  method,
  status,
  createTime,
  updateTime,
  ...
)

Method toJSON()

Usage
InlineResponse20082Data$toJSON()

Method fromJSON()

Usage
InlineResponse20082Data$fromJSON(InlineResponse20082DataJson)

Method toJSONString()

Usage
InlineResponse20082Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse20082Data$fromJSONString(InlineResponse20082DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20082Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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