Class KrakenOwnTrade
java.lang.Object
info.bitrich.xchangestream.kraken.dto.KrakenOwnTrade
-
Field Summary
FieldsModifier and TypeFieldDescriptionan optional, alphanumeric client identifier associated with this order.total cost of order (quote currency)total fee (quote currency)initial margin (quote currency)order responsible for execution of tradePosition trade idaverage price order was executed at (quote currency)unix timestamp of tradetype of order (buy/sell)an optional, numeric identifier associated with one or more orders.volume (base currency) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ordertxid
order responsible for execution of trade -
cl_ord_id
an optional, alphanumeric client identifier associated with this order. Available on update messages only. -
userref
an optional, numeric identifier associated with one or more orders. Available on update messages only. -
postxid
Position trade id -
pair
-
time
unix timestamp of trade -
type
type of order (buy/sell) -
ordertype
-
price
average price order was executed at (quote currency) -
cost
total cost of order (quote currency) -
fee
total fee (quote currency) -
vol
volume (base currency) -
margin
initial margin (quote currency)
-
-
Constructor Details
-
KrakenOwnTrade
public KrakenOwnTrade()
-