Trade: Trade

TradeR Documentation

Trade

Description

Trade Class

Format

An R6Class generator object

Public fields

id

integer

price

character

qty

character

quoteQty

character

time

integer

isBuyerMaker

character

isBestMatch

character

Methods

Public methods


Method new()

Usage
Trade$new(id, price, qty, quoteQty, time, isBuyerMaker, isBestMatch, ...)

Method toJSON()

Usage
Trade$toJSON()

Method fromJSON()

Usage
Trade$fromJSON(TradeJson)

Method toJSONString()

Usage
Trade$toJSONString()

Method fromJSONString()

Usage
Trade$fromJSONString(TradeJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Trade$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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