Package nxt
Class Order
- java.lang.Object
-
- nxt.Order
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAccountId()longgetAssetId()intgetHeight()longgetId()longgetPriceNQT()longgetQuantityQNT()intgetTransactionHeight()intgetTransactionIndex()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public final long getId()
-
getAccountId
public final long getAccountId()
-
getAssetId
public final long getAssetId()
-
getPriceNQT
public final long getPriceNQT()
-
getQuantityQNT
public final long getQuantityQNT()
-
getHeight
public final int getHeight()
-
getTransactionIndex
public final int getTransactionIndex()
-
getTransactionHeight
public final int getTransactionHeight()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-