BswapRmvLiquidityPreviewCombination: BswapRmvLiquidityPreviewCombination

BswapRmvLiquidityPreviewCombinationR Documentation

BswapRmvLiquidityPreviewCombination

Description

BswapRmvLiquidityPreviewCombination Class

Format

An R6Class generator object

Public fields

quoteAsset

character

baseAsset

character

quoteAmt

integer

baseAmt

integer

price

numeric

Methods

Public methods


Method new()

Usage
BswapRmvLiquidityPreviewCombination$new(
  quoteAsset,
  baseAsset,
  quoteAmt,
  baseAmt,
  price,
  ...
)

Method toJSON()

Usage
BswapRmvLiquidityPreviewCombination$toJSON()

Method fromJSON()

Usage
BswapRmvLiquidityPreviewCombination$fromJSON(
  BswapRmvLiquidityPreviewCombinationJson
)

Method toJSONString()

Usage
BswapRmvLiquidityPreviewCombination$toJSONString()

Method fromJSONString()

Usage
BswapRmvLiquidityPreviewCombination$fromJSONString(
  BswapRmvLiquidityPreviewCombinationJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
BswapRmvLiquidityPreviewCombination$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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