public class OrderBookEvent extends Object
| Constructor and Description |
|---|
OrderBookEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<OrderBookEntry> |
getAsks() |
List<OrderBookEntry> |
getBids() |
Long |
getEventTime() |
String |
getEventType() |
Long |
getFirstUpdateId() |
Long |
getLastUpdateId() |
Long |
getLastUpdateIdInlastStream() |
String |
getSymbol() |
Long |
getTransactionTime() |
void |
setAsks(List<OrderBookEntry> asks) |
void |
setBids(List<OrderBookEntry> bids) |
void |
setEventTime(Long eventTime) |
void |
setEventType(String eventType) |
void |
setFirstUpdateId(Long firstUpdateId) |
void |
setLastUpdateId(Long lastUpdateId) |
void |
setLastUpdateIdInlastStream(Long lastUpdateIdInlastStream) |
void |
setSymbol(String symbol) |
void |
setTransactionTime(Long transactionTime) |
String |
toString() |
public String getEventType()
public void setEventType(String eventType)
public Long getEventTime()
public void setEventTime(Long eventTime)
public Long getTransactionTime()
public void setTransactionTime(Long transactionTime)
public String getSymbol()
public void setSymbol(String symbol)
public Long getFirstUpdateId()
public void setFirstUpdateId(Long firstUpdateId)
public Long getLastUpdateId()
public void setLastUpdateId(Long lastUpdateId)
public Long getLastUpdateIdInlastStream()
public void setLastUpdateIdInlastStream(Long lastUpdateIdInlastStream)
public List<OrderBookEntry> getBids()
public void setBids(List<OrderBookEntry> bids)
public List<OrderBookEntry> getAsks()
public void setAsks(List<OrderBookEntry> asks)
Copyright © 2021. All rights reserved.