Class KrakenOwnTrade
java.lang.Object
info.bitrich.xchangestream.kraken.dto.KrakenOwnTrade
-
Field Summary
Modifier and TypeFieldDescriptiontotal 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)volume (base currency) -
Constructor Summary
-
Method Summary
-
Field Details
-
ordertxid
order responsible for execution of trade -
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()
-