InlineResponse20069: InlineResponse20069

InlineResponse20069R Documentation

InlineResponse20069

Description

InlineResponse20069 Class

Format

An R6Class generator object

Public fields

counterParty

character

email

character

type

integer

asset

character

qty

character

fromAccountType

character

toAccountType

character

status

character

tranId

integer

time

integer

Methods

Public methods


Method new()

Usage
InlineResponse20069$new(
  counterParty,
  email,
  type,
  asset,
  qty,
  fromAccountType,
  toAccountType,
  status,
  tranId,
  time,
  ...
)

Method toJSON()

Usage
InlineResponse20069$toJSON()

Method fromJSON()

Usage
InlineResponse20069$fromJSON(InlineResponse20069Json)

Method toJSONString()

Usage
InlineResponse20069$toJSONString()

Method fromJSONString()

Usage
InlineResponse20069$fromJSONString(InlineResponse20069Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20069$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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