InlineResponse200105DataAccountProfits: InlineResponse200105DataAccountProfits

InlineResponse200105DataAccountProfitsR Documentation

InlineResponse200105DataAccountProfits

Description

InlineResponse200105DataAccountProfits 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
InlineResponse200105DataAccountProfits$new(
  time,
  type,
  hashTransfer,
  transferAmount,
  dayHashRate,
  profitAmount,
  coinName,
  status,
  ...
)

Method toJSON()

Usage
InlineResponse200105DataAccountProfits$toJSON()

Method fromJSON()

Usage
InlineResponse200105DataAccountProfits$fromJSON(
  InlineResponse200105DataAccountProfitsJson
)

Method toJSONString()

Usage
InlineResponse200105DataAccountProfits$toJSONString()

Method fromJSONString()

Usage
InlineResponse200105DataAccountProfits$fromJSONString(
  InlineResponse200105DataAccountProfitsJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse200105DataAccountProfits$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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