InlineResponse200134Data: InlineResponse200134Data

InlineResponse200134DataR Documentation

InlineResponse200134Data

Description

InlineResponse200134Data Class

Format

An R6Class generator object

Public fields

orderType

character

transactionId

character

transactionTime

integer

amount

character

currency

character

fundsDetail

list( InlineResponse200134FundsDetail )

Methods

Public methods


Method new()

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

Method toJSON()

Usage
InlineResponse200134Data$toJSON()

Method fromJSON()

Usage
InlineResponse200134Data$fromJSON(InlineResponse200134DataJson)

Method toJSONString()

Usage
InlineResponse200134Data$toJSONString()

Method fromJSONString()

Usage
InlineResponse200134Data$fromJSONString(InlineResponse200134DataJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200134Data$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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