Class BitsoTransaction
java.lang.Object
org.knowm.xchange.bitso.dto.marketdata.BitsoTransaction
- Author:
- Piotr Ładyżyński
-
Constructor Summary
ConstructorsConstructorDescriptionBitsoTransaction(long date, int tid, BigDecimal price, BigDecimal amount, String side) Constructor -
Method Summary
-
Constructor Details
-
BitsoTransaction
Constructor- Parameters:
date- Unix timestamp date and timetid- Transaction idprice- BTC priceamount- BTC amountside- "buy"/"sell" for the type of order the trade has completed
-
-
Method Details