PriceTicker: PriceTicker

PriceTickerR Documentation

PriceTicker

Description

PriceTicker Class

Format

An R6Class generator object

Public fields

symbol

character

price

character

Methods

Public methods


Method new()

Usage
PriceTicker$new(symbol, price, ...)

Method toJSON()

Usage
PriceTicker$toJSON()

Method fromJSON()

Usage
PriceTicker$fromJSON(PriceTickerJson)

Method toJSONString()

Usage
PriceTicker$toJSONString()

Method fromJSONString()

Usage
PriceTicker$fromJSONString(PriceTickerJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
PriceTicker$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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