Package nxt.http.responses
Class CoinExchangeTradeResponseImpl
java.lang.Object
nxt.http.responses.CoinExchangeTradeResponseImpl
- All Implemented Interfaces:
CoinExchangeTradeResponse
-
Method Summary
Modifier and TypeMethodDescriptionlonglongintintdoubleintbyte[]byte[]longgetPricePerCoin(byte nqtDecimals) getQuantity(byte qntDecimals) longint
-
Method Details
-
getOrderFullHash
public byte[] getOrderFullHash()- Specified by:
getOrderFullHashin interfaceCoinExchangeTradeResponse
-
getMatchFullHash
public byte[] getMatchFullHash()- Specified by:
getMatchFullHashin interfaceCoinExchangeTradeResponse
-
getChainId
public int getChainId()- Specified by:
getChainIdin interfaceCoinExchangeTradeResponse
-
getExchangeChainId
public int getExchangeChainId()- Specified by:
getExchangeChainIdin interfaceCoinExchangeTradeResponse
-
getAccountId
public long getAccountId()- Specified by:
getAccountIdin interfaceCoinExchangeTradeResponse
-
getAccount
- Specified by:
getAccountin interfaceCoinExchangeTradeResponse
-
getAccountRs
- Specified by:
getAccountRsin interfaceCoinExchangeTradeResponse
-
getQuantityQNT
public long getQuantityQNT()- Specified by:
getQuantityQNTin interfaceCoinExchangeTradeResponse
-
getQuantity
- Specified by:
getQuantityin interfaceCoinExchangeTradeResponse
-
getPriceNQTPerCoin
public long getPriceNQTPerCoin()- Specified by:
getPriceNQTPerCoinin interfaceCoinExchangeTradeResponse
-
getPricePerCoin
- Specified by:
getPricePerCoinin interfaceCoinExchangeTradeResponse
-
getExchangeRate
public double getExchangeRate()- Specified by:
getExchangeRatein interfaceCoinExchangeTradeResponse
-
getBlockId
public long getBlockId()- Specified by:
getBlockIdin interfaceCoinExchangeTradeResponse
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceCoinExchangeTradeResponse
-
getTimestamp
public int getTimestamp()- Specified by:
getTimestampin interfaceCoinExchangeTradeResponse
-