BswapAddLiquidityPreviewCombination: BswapAddLiquidityPreviewCombination

BswapAddLiquidityPreviewCombinationR Documentation

BswapAddLiquidityPreviewCombination

Description

BswapAddLiquidityPreviewCombination Class

Format

An R6Class generator object

Public fields

quoteAsset

character

baseAsset

character

quoteAmt

integer

baseAmt

integer

price

numeric

share

numeric

Methods

Public methods


Method new()

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

Method toJSON()

Usage
BswapAddLiquidityPreviewCombination$toJSON()

Method fromJSON()

Usage
BswapAddLiquidityPreviewCombination$fromJSON(
  BswapAddLiquidityPreviewCombinationJson
)

Method toJSONString()

Usage
BswapAddLiquidityPreviewCombination$toJSONString()

Method fromJSONString()

Usage
BswapAddLiquidityPreviewCombination$fromJSONString(
  BswapAddLiquidityPreviewCombinationJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
BswapAddLiquidityPreviewCombination$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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