Package nxt
Class Order
- java.lang.Object
-
- nxt.Order
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAccountId()
long
getAssetId()
int
getHeight()
long
getId()
long
getPriceNQT()
long
getQuantityQNT()
int
getTransactionHeight()
int
getTransactionIndex()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-