Class QuoineTransaction
java.lang.Object
org.knowm.xchange.quoine.dto.trade.QuoineTransaction
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Longfinal BigDecimalfinal Stringfinal Stringfinal Stringfinal BigDecimalfinal Stringfinal Stringfinal BigDecimalfinal BigDecimalfinal Stringfinal Stringfinal Stringfinal Stringfinal Stringfinal String -
Constructor Summary
ConstructorsConstructorDescriptionQuoineTransaction(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