Package org.knowm.xchange.quoine.service
Class QuoineTrade
java.lang.Object
org.knowm.xchange.quoine.service.QuoineTrade
public class QuoineTrade extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QuoineTrade(String id, String currencyPairCode, String status, String side, BigDecimal marginUsed, BigDecimal openQuantity, BigDecimal closeQuantity, BigDecimal quantity, BigDecimal leverageLevel, String productCode, String productId, BigDecimal openPrice, BigDecimal closePrice, String traderId, BigDecimal openPnl, BigDecimal closePnl, BigDecimal pnl, BigDecimal stopLoss, BigDecimal takeProfit, String fundingCurrency, Long createdAt, Long updatedAt, BigDecimal totalInterest)
-
Method Summary
-
Field Details
-
id
-
currencyPairCode
-
status
-
side
-
marginUsed
-
openQuantity
-
closeQuantity
-
quantity
-
leverageLevel
-
productCode
-
productId
-
openPrice
-
closePrice
-
traderId
-
openPnl
-
closePnl
-
pnl
-
stopLoss
-
takeProfit
-
fundingCurrency
-
createdAt
-
updatedAt
-
totalInterest
-
-
Constructor Details
-
QuoineTrade
public QuoineTrade(String id, String currencyPairCode, String status, String side, BigDecimal marginUsed, BigDecimal openQuantity, BigDecimal closeQuantity, BigDecimal quantity, BigDecimal leverageLevel, String productCode, String productId, BigDecimal openPrice, BigDecimal closePrice, String traderId, BigDecimal openPnl, BigDecimal closePnl, BigDecimal pnl, BigDecimal stopLoss, BigDecimal takeProfit, String fundingCurrency, Long createdAt, Long updatedAt, BigDecimal totalInterest)
-
-
Method Details