SnapshotFuturesDataPosition: SnapshotFuturesDataPosition

SnapshotFuturesDataPositionR Documentation

SnapshotFuturesDataPosition

Description

SnapshotFuturesDataPosition Class

Format

An R6Class generator object

Public fields

entryPrice

character

markPrice

character

positionAmt

character

symbol

character

unRealizedProfit

character

Methods

Public methods


Method new()

Usage
SnapshotFuturesDataPosition$new(
  entryPrice,
  markPrice,
  positionAmt,
  symbol,
  unRealizedProfit,
  ...
)

Method toJSON()

Usage
SnapshotFuturesDataPosition$toJSON()

Method fromJSON()

Usage
SnapshotFuturesDataPosition$fromJSON(SnapshotFuturesDataPositionJson)

Method toJSONString()

Usage
SnapshotFuturesDataPosition$toJSONString()

Method fromJSONString()

Usage
SnapshotFuturesDataPosition$fromJSONString(SnapshotFuturesDataPositionJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
SnapshotFuturesDataPosition$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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