BookTicker: BookTicker

BookTickerR Documentation

BookTicker

Description

BookTicker Class

Format

An R6Class generator object

Public fields

symbol

character

bidPrice

character

bidQty

character

askPrice

character

askQty

character

Methods

Public methods


Method new()

Usage
BookTicker$new(symbol, bidPrice, bidQty, askPrice, askQty, ...)

Method toJSON()

Usage
BookTicker$toJSON()

Method fromJSON()

Usage
BookTicker$fromJSON(BookTickerJson)

Method toJSONString()

Usage
BookTicker$toJSONString()

Method fromJSONString()

Usage
BookTicker$fromJSONString(BookTickerJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
BookTicker$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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