InlineResponse20041TransferResult: InlineResponse20041TransferResult

InlineResponse20041TransferResultR Documentation

InlineResponse20041TransferResult

Description

InlineResponse20041TransferResult Class

Format

An R6Class generator object

Public fields

amount

character

fromAsset

character

operateTime

integer

serviceChargeAmount

character

tranId

integer

transferedAmount

character

Methods

Public methods


Method new()

Usage
InlineResponse20041TransferResult$new(
  amount,
  fromAsset,
  operateTime,
  serviceChargeAmount,
  tranId,
  transferedAmount,
  ...
)

Method toJSON()

Usage
InlineResponse20041TransferResult$toJSON()

Method fromJSON()

Usage
InlineResponse20041TransferResult$fromJSON(
  InlineResponse20041TransferResultJson
)

Method toJSONString()

Usage
InlineResponse20041TransferResult$toJSONString()

Method fromJSONString()

Usage
InlineResponse20041TransferResult$fromJSONString(
  InlineResponse20041TransferResultJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20041TransferResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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