Class QuoineTransaction
- java.lang.Object
-
- org.knowm.xchange.quoine.dto.trade.QuoineTransaction
-
public class QuoineTransaction extends Object
-
-
Field Summary
Fields Modifier and Type Field Description LongcreatedAtBigDecimalexchange_feeStringexecutionStringfrom_account_idStringfrom_roleBigDecimalgross_amountStringidStringloanBigDecimalnet_amountBigDecimalnetwork_feeStringnotesStringstateStringto_account_idStringto_roleStringtransaction_hashStringtransaction_type
-
Constructor Summary
Constructors Constructor Description QuoineTransaction(String id, Long createdAt, BigDecimal gross_amount, BigDecimal net_amount, BigDecimal exchange_fee, BigDecimal network_fee, String transaction_type, String from_account_id, String to_account_id, String from_role, String to_role, String state, String transaction_hash, String execution, String loan, String notes)
-
-
-
Field Detail
-
id
public final String id
-
createdAt
public final Long createdAt
-
gross_amount
public final BigDecimal gross_amount
-
net_amount
public final BigDecimal net_amount
-
exchange_fee
public final BigDecimal exchange_fee
-
network_fee
public final BigDecimal network_fee
-
transaction_type
public final String transaction_type
-
from_account_id
public final String from_account_id
-
to_account_id
public final String to_account_id
-
from_role
public final String from_role
-
to_role
public final String to_role
-
state
public final String state
-
transaction_hash
public final String transaction_hash
-
execution
public final String execution
-
loan
public final String loan
-
notes
public final String notes
-
-
Constructor Detail
-
QuoineTransaction
public QuoineTransaction(String id, Long createdAt, BigDecimal gross_amount, BigDecimal net_amount, BigDecimal exchange_fee, BigDecimal network_fee, String transaction_type, String from_account_id, String to_account_id, String from_role, String to_role, String state, String transaction_hash, String execution, String loan, String notes)
-
-