Class TradeEvent
java.lang.Object
info.bitrich.xchangestream.poloniex2.dto.TradeEvent
Created by Lukas Zaoralek on 11.11.17.
-
Constructor Summary
ConstructorDescriptionTradeEvent
(String tradeId, Order.OrderType type, BigDecimal price, BigDecimal size, int timestampSeconds) -
Method Summary
-
Constructor Details
-
TradeEvent
public TradeEvent(String tradeId, Order.OrderType type, BigDecimal price, BigDecimal size, int timestampSeconds)
-
-
Method Details
-
getTradeId
-
getType
-
getPrice
-
getSize
-
getTimestampSeconds
public int getTimestampSeconds()
-