InlineResponse20096DataAccountProfits: InlineResponse20096DataAccountProfits

InlineResponse20096DataAccountProfitsR Documentation

InlineResponse20096DataAccountProfits

Description

InlineResponse20096DataAccountProfits Class

Format

An R6Class generator object

Public fields

time

integer

type

integer

hashTransfer

integer

transferAmount

numeric

dayHashRate

integer

profitAmount

numeric

coinName

character

status

integer

Methods

Public methods


Method new()

Usage
InlineResponse20096DataAccountProfits$new(
  time,
  type,
  hashTransfer,
  transferAmount,
  dayHashRate,
  profitAmount,
  coinName,
  status,
  ...
)

Method toJSON()

Usage
InlineResponse20096DataAccountProfits$toJSON()

Method fromJSON()

Usage
InlineResponse20096DataAccountProfits$fromJSON(
  InlineResponse20096DataAccountProfitsJson
)

Method toJSONString()

Usage
InlineResponse20096DataAccountProfits$toJSONString()

Method fromJSONString()

Usage
InlineResponse20096DataAccountProfits$fromJSONString(
  InlineResponse20096DataAccountProfitsJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20096DataAccountProfits$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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