BswapRmvLiquidityPreviewSingle: BswapRmvLiquidityPreviewSingle

BswapRmvLiquidityPreviewSingleR Documentation

BswapRmvLiquidityPreviewSingle

Description

BswapRmvLiquidityPreviewSingle Class

Format

An R6Class generator object

Public fields

quoteAsset

character

quoteAmt

integer

price

numeric

slippage

numeric

fee

numeric

Methods

Public methods


Method new()

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

Method toJSON()

Usage
BswapRmvLiquidityPreviewSingle$toJSON()

Method fromJSON()

Usage
BswapRmvLiquidityPreviewSingle$fromJSON(BswapRmvLiquidityPreviewSingleJson)

Method toJSONString()

Usage
BswapRmvLiquidityPreviewSingle$toJSONString()

Method fromJSONString()

Usage
BswapRmvLiquidityPreviewSingle$fromJSONString(
  BswapRmvLiquidityPreviewSingleJson
)

Method clone()

The objects of this class are cloneable with this method.

Usage
BswapRmvLiquidityPreviewSingle$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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