InlineResponse200120Data: InlineResponse200120Data

InlineResponse200120DataR Documentation

InlineResponse200120Data

Description

InlineResponse200120Data Class

Format

An R6Class generator object

Public fields

orderType

character

transactionId

character

transactionTime

integer

amount

character

currency

character

fundsDetail

list( InlineResponse200120FundsDetail )

Methods

Public methods


Method new()

Usage
InlineResponse200120Data$new(
  orderType,
  transactionId,
  transactionTime,
  amount,
  currency,
  fundsDetail,
  ...
)

Method toJSON()

Usage
InlineResponse200120Data$toJSON()

Method fromJSON()

Usage
InlineResponse200120Data$fromJSON(InlineResponse200120DataJson)

Method toJSONString()

Usage
InlineResponse200120Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse200120Data$fromJSONString(InlineResponse200120DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200120Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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