public class MeXBTStreamingTradeOrOrder extends Object
| Constructor and Description |
|---|
MeXBTStreamingTradeOrOrder(long id,
Date timestamp,
BigDecimal price,
BigDecimal quantity,
int action,
int side) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
long |
getId() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
int |
getSide() |
Date |
getTimestamp() |
public MeXBTStreamingTradeOrOrder(long id,
Date timestamp,
BigDecimal price,
BigDecimal quantity,
int action,
int side)
public long getId()
public Date getTimestamp()
public BigDecimal getPrice()
public BigDecimal getQuantity()
public int getAction()
public int getSide()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.