Package nxt.http.responses
Interface CoinExchangeTradeResponse
- All Known Implementing Classes:
CoinExchangeTradeResponseImpl
public interface CoinExchangeTradeResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic CoinExchangeTradeResponsestatic CoinExchangeTradeResponsecreate(org.json.simple.JSONObject object) longlongintintdoubleintbyte[]byte[]longgetPricePerCoin(byte nqtDecimals) getQuantity(byte qntDecimals) longint
-
Method Details
-
create
-
create
-
getOrderFullHash
byte[] getOrderFullHash() -
getMatchFullHash
byte[] getMatchFullHash() -
getChainId
int getChainId() -
getExchangeChainId
int getExchangeChainId() -
getAccountId
long getAccountId() -
getAccount
String getAccount() -
getAccountRs
String getAccountRs() -
getQuantityQNT
long getQuantityQNT() -
getQuantity
-
getPriceNQTPerCoin
long getPriceNQTPerCoin() -
getPricePerCoin
-
getExchangeRate
double getExchangeRate() -
getBlockId
long getBlockId() -
getHeight
int getHeight() -
getTimestamp
int getTimestamp()
-