Package org.knowm.xchange.dto.account
Class OpenPosition
java.lang.Object
org.knowm.xchange.dto.account.OpenPosition
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BybitComplexPositionChanges
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOpenPosition
(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal price, BigDecimal liquidationPrice, BigDecimal unRealisedPnl) -
Method Summary
-
Constructor Details
-
OpenPosition
public OpenPosition(Instrument instrument, OpenPosition.Type type, BigDecimal size, BigDecimal price, BigDecimal liquidationPrice, BigDecimal unRealisedPnl)
-
-
Method Details