public final class BinanceAggTrades extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
aggregateTradeId |
boolean |
bestPriceMatch |
boolean |
buyerMaker |
long |
firstTradeId |
long |
lastTradeId |
BigDecimal |
price |
BigDecimal |
quantity |
long |
timestamp |
| Constructor and Description |
|---|
BinanceAggTrades(long aggregateTradeId,
BigDecimal price,
BigDecimal quantity,
long firstTradeId,
long lastTradeId,
long timestamp,
boolean buyerMaker,
boolean bestPriceMatch) |
public final long aggregateTradeId
public final BigDecimal price
public final BigDecimal quantity
public final long firstTradeId
public final long lastTradeId
public final long timestamp
public final boolean buyerMaker
public final boolean bestPriceMatch
public BinanceAggTrades(long aggregateTradeId,
BigDecimal price,
BigDecimal quantity,
long firstTradeId,
long lastTradeId,
long timestamp,
boolean buyerMaker,
boolean bestPriceMatch)
public Date getTimestamp()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.