Class KrakenOpenOrder.KrakenDtoDescr
java.lang.Object
info.bitrich.xchangestream.kraken.dto.KrakenOpenOrder.KrakenDtoDescr
- Enclosing class:
- KrakenOpenOrder
public static class KrakenOpenOrder.KrakenDtoDescr extends Object
-
Field Summary
Fields Modifier and Type Field Description String
close
conditional close order description (if conditional close set)Double
leverage
amount of leverageString
order
order descriptionString
ordertype
order typeString
pair
BigDecimal
price
primary priceBigDecimal
price2
secondary priceString
type
type of order (buy/sell) -
Constructor Summary
Constructors Constructor Description KrakenDtoDescr()
-
Method Summary
-
Field Details
-
pair
-
type
type of order (buy/sell) -
ordertype
order type -
price
primary price -
price2
secondary price -
leverage
amount of leverage -
order
order description -
close
conditional close order description (if conditional close set)
-
-
Constructor Details
-
KrakenDtoDescr
public KrakenDtoDescr()
-