InlineResponse20067: InlineResponse20067

InlineResponse20067R Documentation

InlineResponse20067

Description

InlineResponse20067 Class

Format

An R6Class generator object

Public fields

entryPrice

character

leverage

character

maxNotional

character

liquidationPrice

character

markPrice

character

positionAmount

character

symbol

character

unrealizedProfit

character

Methods

Public methods


Method new()

Usage
InlineResponse20067$new(
  entryPrice,
  leverage,
  maxNotional,
  liquidationPrice,
  markPrice,
  positionAmount,
  symbol,
  unrealizedProfit,
  ...
)

Method toJSON()

Usage
InlineResponse20067$toJSON()

Method fromJSON()

Usage
InlineResponse20067$fromJSON(InlineResponse20067Json)

Method toJSONString()

Usage
InlineResponse20067$toJSONString()

Method fromJSONString()

Usage
InlineResponse20067$fromJSONString(InlineResponse20067Json)

Method clone()

The objects of this class are cloneable with this method.

Usage
InlineResponse20067$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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