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 Long
createdAt
BigDecimal
exchange_fee
String
execution
String
from_account_id
String
from_role
BigDecimal
gross_amount
String
id
String
loan
BigDecimal
net_amount
BigDecimal
network_fee
String
notes
String
state
String
to_account_id
String
to_role
String
transaction_hash
String
transaction_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)
-
Method Summary
-
Field Details
-
id
-
createdAt
-
gross_amount
-
net_amount
-
exchange_fee
-
network_fee
-
transaction_type
-
from_account_id
-
to_account_id
-
from_role
-
to_role
-
state
-
transaction_hash
-
execution
-
loan
-
notes
-
-
Constructor Details
-
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)
-
-
Method Details