BswapAddLiquidityPreviewSingle: BswapAddLiquidityPreviewSingle

BswapAddLiquidityPreviewSingleR Documentation

BswapAddLiquidityPreviewSingle

Description

BswapAddLiquidityPreviewSingle Class

Format

An R6Class generator object

Public fields

quoteAsset

character

quoteAmt

integer

price

numeric

share

numeric

slippage

numeric

fee

numeric

Methods

Public methods


Method new()

Usage
BswapAddLiquidityPreviewSingle$new(
  quoteAsset,
  quoteAmt,
  price,
  share,
  slippage,
  fee,
  ...
)

Method toJSON()

Usage
BswapAddLiquidityPreviewSingle$toJSON()

Method fromJSON()

Usage
BswapAddLiquidityPreviewSingle$fromJSON(BswapAddLiquidityPreviewSingleJson)

Method toJSONString()

Usage
BswapAddLiquidityPreviewSingle$toJSONString()

Method fromJSONString()

Usage
BswapAddLiquidityPreviewSingle$fromJSONString(
  BswapAddLiquidityPreviewSingleJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
BswapAddLiquidityPreviewSingle$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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