public class AggregateTradeEvent extends Object
| Constructor and Description |
|---|
AggregateTradeEvent() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEventTime() |
String |
getEventType() |
Long |
getFirstId() |
Long |
getId() |
Boolean |
getIsBuyerMaker() |
Long |
getLastId() |
BigDecimal |
getPrice() |
BigDecimal |
getQty() |
String |
getSymbol() |
Long |
getTime() |
void |
setEventTime(Long eventTime) |
void |
setEventType(String eventType) |
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 |
setSymbol(String symbol) |
void |
setTime(Long time) |
String |
toString() |
public String getEventType()
public void setEventType(String eventType)
public Long getEventTime()
public void setEventTime(Long eventTime)
public String getSymbol()
public void setSymbol(String symbol)
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.