public final class ANXTradeResult extends Object
Constructor and Description |
---|
ANXTradeResult(String tradeId,
String orderId,
Date timestamp,
BigDecimal tradedCurrencyFillAmount,
BigDecimal settlementCurrencyFillAmount,
String currencyPair,
String side) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrencyPair() |
String |
getOrderId() |
BigDecimal |
getSettlementCurrencyFillAmount() |
String |
getSide() |
Date |
getTimestamp() |
BigDecimal |
getTradedCurrencyFillAmount() |
String |
getTradeId() |
String |
toString() |
public ANXTradeResult(String tradeId, String orderId, Date timestamp, BigDecimal tradedCurrencyFillAmount, BigDecimal settlementCurrencyFillAmount, String currencyPair, String side)
public String getTradeId()
public String getOrderId()
public Date getTimestamp()
public BigDecimal getTradedCurrencyFillAmount()
public BigDecimal getSettlementCurrencyFillAmount()
public String getCurrencyPair()
public String getSide()
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.