Package nxt.http.responses
Interface CoinExchangeOrderResponse
- All Known Implementing Classes:
CoinExchangeOrderResponseImpl
public interface CoinExchangeOrderResponse
-
Method Summary
Modifier and TypeMethodDescriptionstatic CoinExchangeOrderResponsestatic CoinExchangeOrderResponsecreate(org.json.simple.JSONObject object) longlonggetAskPerCoin(byte decimals) longgetBidPerCoin(byte decimals) intgetChain()intlonggetExchangeQuantity(byte decimals) longgetOrder()byte[]getQuantity(byte decimals) long
-
Method Details
-
create
-
create
-
getOrder
long getOrder() -
getOrderFullHash
byte[] getOrderFullHash() -
getChain
int getChain() -
getExchangeChain
int getExchangeChain() -
getAccount
long getAccount() -
getQuantityQNT
long getQuantityQNT() -
getExchangeQNT
long getExchangeQNT() -
getBidNQTPerCoin
long getBidNQTPerCoin() -
getAskNQTPerCoin
long getAskNQTPerCoin() -
getQuantity
-
getExchangeQuantity
-
getBidPerCoin
-
getAskPerCoin
-