Class KrakenOrderDescription
java.lang.Object
org.knowm.xchange.kraken.dto.trade.KrakenOrderDescription
-
Constructor Summary
ConstructorDescriptionKrakenOrderDescription
(String assetPair, KrakenType type, KrakenOrderType orderType, BigDecimal price, BigDecimal secondaryPrice, String leverage, String positionTxId, String orderDescription, String closeDescription) Constructor -
Method Summary
-
Constructor Details
-
KrakenOrderDescription
public KrakenOrderDescription(String assetPair, KrakenType type, KrakenOrderType orderType, BigDecimal price, BigDecimal secondaryPrice, String leverage, String positionTxId, String orderDescription, String closeDescription) Constructor- Parameters:
assetPair
-type
-orderType
-price
-secondaryPrice
-leverage
-positionTxId
-orderDescription
-closeDescription
-
-
-
Method Details