Package foundation.omni.json.pojo
Class OmniTradeInfo
java.lang.Object
foundation.omni.json.pojo.OmniTradeInfo
OmniTradeInfo - response object for
omni_gettrade
and omni_gettradehistoryforaddress
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOmniTradeInfo
(org.bitcoinj.base.Sha256Hash txId, org.bitcoinj.base.Address sendingAddress, boolean isMine, int confirmations, org.bitcoinj.base.Coin fee, long blockTime, boolean valid, int positionInBlock, int version, int type_int, String type, CurrencyID propertyIdForSale, boolean propertyIdForSaleIsDivisible, OmniValue amountForSale, CurrencyID propertyIdDesired, boolean propertyIdDesiredIsDivisble, OmniValue amountDesired, String unitPrice, OmniValue amountRemaining, OmniValue amountToFill, String status, org.bitcoinj.base.Sha256Hash cancelTxId, List<OmniTradeInfo.Match> matches) -
Method Summary
-
Constructor Details
-
OmniTradeInfo
public OmniTradeInfo(org.bitcoinj.base.Sha256Hash txId, org.bitcoinj.base.Address sendingAddress, boolean isMine, int confirmations, org.bitcoinj.base.Coin fee, long blockTime, boolean valid, int positionInBlock, int version, int type_int, String type, CurrencyID propertyIdForSale, boolean propertyIdForSaleIsDivisible, OmniValue amountForSale, CurrencyID propertyIdDesired, boolean propertyIdDesiredIsDivisble, OmniValue amountDesired, String unitPrice, OmniValue amountRemaining, OmniValue amountToFill, String status, org.bitcoinj.base.Sha256Hash cancelTxId, List<OmniTradeInfo.Match> matches)
-
-
Method Details
-
getTxId
public org.bitcoinj.base.Sha256Hash getTxId() -
getSendingAddress
public org.bitcoinj.base.Address getSendingAddress() -
isMine
public boolean isMine() -
getConfirmations
public int getConfirmations() -
getFee
public org.bitcoinj.base.Coin getFee() -
getBlockTime
-
isValid
public boolean isValid() -
getPositionInBlock
public int getPositionInBlock() -
getVersion
public int getVersion() -
getType_int
public int getType_int() -
getType
-
getPropertyIdForSale
-
isPropertyIdForSaleIsDivisible
public boolean isPropertyIdForSaleIsDivisible() -
getPropertyIdDesired
-
getAmountForSale
-
isPropertyIdDesiredIsDivisble
public boolean isPropertyIdDesiredIsDivisble() -
getAmountDesired
-
getUnitPrice
-
getAmountRemaining
-
getAmountToFill
-
getStatus
-
getCancelTxId
public org.bitcoinj.base.Sha256Hash getCancelTxId() -
getMatches
-