BinanceHistory: BinanceHistory Class

BinanceHistoryR Documentation

BinanceHistory Class

Description

Get history data from Binance.

Public fields

path_to_dump

Local path to save data to.

Methods

Public methods


Method new()

Create a new BinanceHistory object.

Usage
BinanceHistory$new(path_to_dump)
Arguments
path_to_dump

Local path to save data to.

Returns

A new 'BinanceHistory' object.


Method dump_binance()

dump historic data from binance.

Usage
BinanceHistory$dump_binance(asset, data_type, frequency)
Arguments
asset

binance asset. Can be cm, um, option or spot

data_type

binance data type.

frequency

time frequency.

Returns

NULL.


Method clone()

The objects of this class are cloneable with this method.

Usage
BinanceHistory$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


MislavSag/findata documentation built on June 2, 2025, 12:34 p.m.