Class KrakenOpenOrder
java.lang.Object
info.bitrich.xchangestream.kraken.dto.KrakenOpenOrder
https://docs.kraken.com/websockets/#message-openOrders
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionaverage price (quote currency unless viqc set in oflags)total cost (quote currency unless unless viqc set in oflags)unix timestamp of order end time (if set)total fee (quote currency)triggered limit price (quote currency, when limit based order type triggered)comma delimited list of miscellaneous info: stopped=triggered by stop price, touched=triggered by touch price, liquidation=liquidation, partial=partial fillComma delimited list of order flags (optional).unix timestamp of when order was placedReferral order transaction id that created this orderunix timestamp of order start time (if set)status of order:stop price (quote currency, for trailing stops)user reference idvolume of order (base currency unless viqc set in oflags)volume executed (base currency unless viqc set in oflags) -
Constructor Summary
-
Method Summary
-
Field Details
-
refid
Referral order transaction id that created this order -
userref
user reference id -
status
status of order: -
opentm
unix timestamp of when order was placed -
starttm
unix timestamp of order start time (if set) -
expiretm
unix timestamp of order end time (if set) -
descr
-
vol
volume of order (base currency unless viqc set in oflags) -
vol_exec
volume executed (base currency unless viqc set in oflags) -
cost
total cost (quote currency unless unless viqc set in oflags) -
fee
total fee (quote currency) -
avg_price
average price (quote currency unless viqc set in oflags) -
stopprice
stop price (quote currency, for trailing stops) -
limitprice
triggered limit price (quote currency, when limit based order type triggered) -
misc
comma delimited list of miscellaneous info: stopped=triggered by stop price, touched=triggered by touch price, liquidation=liquidation, partial=partial fill -
oflags
Comma delimited list of order flags (optional). viqc = volume in quote currency (not available for leveraged orders), fcib = prefer fee in base currency, fciq = prefer fee in quote currency, nompp = no market price protection, post = post only order (available when ordertype = limit)
-
-
Constructor Details
-
KrakenOpenOrder
public KrakenOpenOrder()
-