Class CexioOpenPosition
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexioOpenPosition
Object is returned when a position is opened
- Author:
- Andrea Fossi.
-
Constructor Summary
ConstructorDescriptionCexioOpenPosition
(String id, Long otime, String psymbol, String msymbol, String lsymbol, CexioPositionPair pair, BigDecimal pamount, BigDecimal omamount, BigDecimal lamount, BigDecimal oprice, CexioPositionType ptype, BigDecimal stopLossPrice, BigDecimal pfee, BigDecimal cfee, BigDecimal tfeeAmount) -
Method Summary
-
Constructor Details
-
CexioOpenPosition
public CexioOpenPosition(String id, Long otime, String psymbol, String msymbol, String lsymbol, CexioPositionPair pair, BigDecimal pamount, BigDecimal omamount, BigDecimal lamount, BigDecimal oprice, CexioPositionType ptype, BigDecimal stopLossPrice, BigDecimal pfee, BigDecimal cfee, BigDecimal tfeeAmount)
-
-
Method Details
-
getId
-
getOtime
-
getPsymbol
-
getMsymbol
-
getLsymbol
-
getPair
-
getPamount
-
getOmamount
-
getLamount
-
getOprice
-
getPtype
-
getStopLossPrice
-
getPfee
-
getCfee
-
getTfeeAmount
-