public class MarkPriceEvent extends Object
| Constructor and Description |
|---|
MarkPriceEvent() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getEstimatedPrice() |
Long |
getEventTime() |
String |
getEventType() |
BigDecimal |
getFundingRate() |
BigDecimal |
getIndexPrice() |
BigDecimal |
getMarkPrice() |
Long |
getNextFundingTime() |
String |
getSymbol() |
void |
setEstimatedPrice(BigDecimal estimatedPrice) |
void |
setEventTime(Long eventTime) |
void |
setEventType(String eventType) |
void |
setFundingRate(BigDecimal fundingRate) |
void |
setIndexPrice(BigDecimal indexPrice) |
void |
setMarkPrice(BigDecimal markPrice) |
void |
setNextFundingTime(Long nextFundingTime) |
void |
setSymbol(String symbol) |
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 getMarkPrice()
public void setMarkPrice(BigDecimal markPrice)
public BigDecimal getFundingRate()
public void setFundingRate(BigDecimal fundingRate)
public Long getNextFundingTime()
public void setNextFundingTime(Long nextFundingTime)
public BigDecimal getIndexPrice()
public void setIndexPrice(BigDecimal indexPrice)
public BigDecimal getEstimatedPrice()
public void setEstimatedPrice(BigDecimal estimatedPrice)
Copyright © 2021. All rights reserved.