public class SymbolMiniTickerEvent extends Object
| Constructor and Description |
|---|
SymbolMiniTickerEvent() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getClose() |
Long |
getEventTime() |
String |
getEventType() |
BigDecimal |
getHigh() |
BigDecimal |
getLow() |
BigDecimal |
getOpen() |
String |
getSymbol() |
BigDecimal |
getTotalTradedBaseAssetVolume() |
BigDecimal |
getTotalTradedQuoteAssetVolume() |
void |
setClose(BigDecimal close) |
void |
setEventTime(Long eventTime) |
void |
setEventType(String eventType) |
void |
setHigh(BigDecimal high) |
void |
setLow(BigDecimal low) |
void |
setOpen(BigDecimal open) |
void |
setSymbol(String symbol) |
void |
setTotalTradedBaseAssetVolume(BigDecimal totalTradedBaseAssetVolume) |
void |
setTotalTradedQuoteAssetVolume(BigDecimal totalTradedQuoteAssetVolume) |
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 BigDecimal getOpen()
public void setOpen(BigDecimal open)
public BigDecimal getClose()
public void setClose(BigDecimal close)
public BigDecimal getHigh()
public void setHigh(BigDecimal high)
public BigDecimal getLow()
public void setLow(BigDecimal low)
public BigDecimal getTotalTradedBaseAssetVolume()
public void setTotalTradedBaseAssetVolume(BigDecimal totalTradedBaseAssetVolume)
public BigDecimal getTotalTradedQuoteAssetVolume()
public void setTotalTradedQuoteAssetVolume(BigDecimal totalTradedQuoteAssetVolume)
Copyright © 2021. All rights reserved.