public class CoinbaseExTrade extends Object
Constructor and Description |
---|
CoinbaseExTrade(String timestamp,
long tradeId,
BigDecimal price,
BigDecimal size,
String side) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getPrice() |
String |
getSide() |
BigDecimal |
getSize() |
String |
getTimestamp() |
long |
getTradeId() |
String |
toString() |
public CoinbaseExTrade(String timestamp, long tradeId, BigDecimal price, BigDecimal size, String side)
public String getTimestamp()
public long getTradeId()
public BigDecimal getPrice()
public BigDecimal getSize()
public String getSide()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.