
Sample data set of a fictive Crypto.com exchange trades transaction history file
Source:R/data_CDC_exchange_trades.R
data_CDC_exchange_trades.Rd
A fictive Crypto.com exchange trades data set to demonstrate format_CDC_exchange_trades()
.
Format
A data frame with 7 rows and 10 variables:
- Order.ID
order id
- Trade.ID
trade id
- Time..UTC.
the date
- Symbol
trade pair
- Side
buyer or seller side
- Trade.Price
trade price
- Trade.Amount
trade quantity
- Volume.of.Business
volume of business
- Fee
fee
- Fee.Currency
fee currency
...