Class CexioPosition
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexioPosition
public class CexioPosition extends Object
Object contains position data
- Author:
- Andrea Fossi.
-
Constructor Summary
Constructors Constructor Description CexioPosition(String id, Long timestamp, String psymbol, String msymbol, String lsymbol, String pair, BigDecimal pamount, BigDecimal omamount, BigDecimal lamount, BigDecimal openPrice, CexioPositionType type, BigDecimal stopLossPrice, BigDecimal pfee, BigDecimal cfee, BigDecimal tfeeAmount, String user, BigDecimal amount, String symbol, BigDecimal slamount, Integer leverage, String dfl, String flPrice, String ofee, String rinterval, String okind, String oorder, String lremains, String slremains, String status)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
BigDecimal
getCfee()
String
getDfl()
String
getFlPrice()
String
getId()
BigDecimal
getLamount()
Integer
getLeverage()
String
getLremains()
String
getLsymbol()
String
getMsymbol()
String
getOfee()
String
getOkind()
BigDecimal
getOmamount()
String
getOorder()
BigDecimal
getOpenPrice()
String
getPair()
BigDecimal
getPamount()
BigDecimal
getPfee()
String
getPsymbol()
String
getRinterval()
BigDecimal
getSlamount()
String
getSlremains()
String
getStatus()
BigDecimal
getStopLossPrice()
String
getSymbol()
BigDecimal
getTfeeAmount()
Long
getTimestamp()
CexioPositionType
getType()
String
getUser()
-
Constructor Details
-
CexioPosition
public CexioPosition(String id, Long timestamp, String psymbol, String msymbol, String lsymbol, String pair, BigDecimal pamount, BigDecimal omamount, BigDecimal lamount, BigDecimal openPrice, CexioPositionType type, BigDecimal stopLossPrice, BigDecimal pfee, BigDecimal cfee, BigDecimal tfeeAmount, String user, BigDecimal amount, String symbol, BigDecimal slamount, Integer leverage, String dfl, String flPrice, String ofee, String rinterval, String okind, String oorder, String lremains, String slremains, String status)
-
-
Method Details
-
getId
-
getTimestamp
-
getPsymbol
-
getMsymbol
-
getLsymbol
-
getPair
-
getPamount
-
getOmamount
-
getLamount
-
getOpenPrice
-
getType
-
getStopLossPrice
-
getPfee
-
getCfee
-
getTfeeAmount
-
getUser
-
getAmount
-
getSymbol
-
getSlamount
-
getLeverage
-
getDfl
-
getFlPrice
-
getOfee
-
getRinterval
-
getOkind
-
getOorder
-
getLremains
-
getSlremains
-
getStatus
-