Package dto.trade
Class BybitComplexPositionChanges
java.lang.Object
org.knowm.xchange.dto.account.OpenPosition
dto.trade.BybitComplexPositionChanges
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.knowm.xchange.dto.account.OpenPosition
OpenPosition.Builder, OpenPosition.Type
-
Constructor Summary
ConstructorDescriptionBybitComplexPositionChanges
(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal price, BigDecimal liquidationPrice, BigDecimal unRealisedPnl) BybitComplexPositionChanges
(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal liquidationPrice, BigDecimal unRealisedPnl, BigDecimal positionValue, BigDecimal entryPrice, BigDecimal leverage, BigDecimal takeProfit, BigDecimal stopLoss, BigDecimal curRealisedPnl, long createdTime, long updatedTime, long seq) -
Method Summary
Methods inherited from class org.knowm.xchange.dto.account.OpenPosition
equals, getInstrument, getLiquidationPrice, getPrice, getSize, getType, getUnRealisedPnl, hashCode, toString
-
Constructor Details
-
BybitComplexPositionChanges
public BybitComplexPositionChanges(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal liquidationPrice, BigDecimal unRealisedPnl, BigDecimal positionValue, BigDecimal entryPrice, BigDecimal leverage, BigDecimal takeProfit, BigDecimal stopLoss, BigDecimal curRealisedPnl, long createdTime, long updatedTime, long seq) -
BybitComplexPositionChanges
public BybitComplexPositionChanges(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal price, BigDecimal liquidationPrice, BigDecimal unRealisedPnl) -
BybitComplexPositionChanges
-