public class AggregateTrade extends Object
| Constructor and Description |
|---|
AggregateTrade() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFirstId() |
Long |
getId() |
Boolean |
getIsBuyerMaker() |
Long |
getLastId() |
BigDecimal |
getPrice() |
BigDecimal |
getQty() |
Long |
getTime() |
void |
setFirstId(Long firstId) |
void |
setId(Long id) |
void |
setIsBuyerMaker(Boolean isBuyerMaker) |
void |
setLastId(Long lastId) |
void |
setPrice(BigDecimal price) |
void |
setQty(BigDecimal qty) |
void |
setTime(Long time) |
String |
toString() |
public Long getId()
public void setId(Long id)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public BigDecimal getQty()
public void setQty(BigDecimal qty)
public Long getFirstId()
public void setFirstId(Long firstId)
public Long getLastId()
public void setLastId(Long lastId)
public Long getTime()
public void setTime(Long time)
public Boolean getIsBuyerMaker()
public void setIsBuyerMaker(Boolean isBuyerMaker)
Copyright © 2021. All rights reserved.