Class CexioPosition
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexioPosition
Object contains position data
- Author:
- Andrea Fossi.
-
Constructor Summary
ConstructorDescriptionCexioPosition
(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
-
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
-