InlineResponse20092PositionAmountVos: InlineResponse20092PositionAmountVos

InlineResponse20092PositionAmountVosR Documentation

InlineResponse20092PositionAmountVos

Description

InlineResponse20092PositionAmountVos Class

Format

An R6Class generator object

Public fields

amount

character

amountInBTC

character

amountInUSDT

character

asset

character

Methods

Public methods


Method new()

Usage
InlineResponse20092PositionAmountVos$new(
  amount,
  amountInBTC,
  amountInUSDT,
  asset,
  ...
)

Method toJSON()

Usage
InlineResponse20092PositionAmountVos$toJSON()

Method fromJSON()

Usage
InlineResponse20092PositionAmountVos$fromJSON(
  InlineResponse20092PositionAmountVosJson
)

Method toJSONString()

Usage
InlineResponse20092PositionAmountVos$toJSONString()

Method fromJSONString()

Usage
InlineResponse20092PositionAmountVos$fromJSONString(
  InlineResponse20092PositionAmountVosJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20092PositionAmountVos$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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