public class KrakenPublicTrade extends Object
Constructor and Description |
---|
KrakenPublicTrade(BigDecimal price,
BigDecimal volume,
double time,
KrakenType type,
KrakenOrderType orderType,
String miscellaneous) |
Modifier and Type | Method and Description |
---|---|
String |
getMiscellaneous() |
KrakenOrderType |
getOrderType() |
BigDecimal |
getPrice() |
double |
getTime() |
KrakenType |
getType() |
BigDecimal |
getVolume() |
String |
toString() |
public KrakenPublicTrade(BigDecimal price, BigDecimal volume, double time, KrakenType type, KrakenOrderType orderType, String miscellaneous)
public BigDecimal getPrice()
public BigDecimal getVolume()
public double getTime()
public KrakenType getType()
public KrakenOrderType getOrderType()
public String getMiscellaneous()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.