InlineResponse20099: InlineResponse20099

InlineResponse20099R Documentation

InlineResponse20099

Description

InlineResponse20099 Class

Format

An R6Class generator object

Public fields

positionId

character

time

integer

asset

character

project

character

amount

character

lockPeriod

character

deliverDate

character

type

character

status

character

Methods

Public methods


Method new()

Usage
InlineResponse20099$new(
  positionId,
  time,
  asset,
  project,
  amount,
  lockPeriod,
  deliverDate,
  type,
  status,
  ...
)

Method toJSON()

Usage
InlineResponse20099$toJSON()

Method fromJSON()

Usage
InlineResponse20099$fromJSON(InlineResponse20099Json)

Method toJSONString()

Usage
InlineResponse20099$toJSONString()

Method fromJSONString()

Usage
InlineResponse20099$fromJSONString(InlineResponse20099Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20099$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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