Class BitfinexWebSocketAuthPreTrade
java.lang.Object
info.bitrich.xchangestream.bitfinex.dto.BitfinexWebSocketAuthPreTrade
- Direct Known Subclasses:
BitfinexWebSocketAuthTrade
-
Constructor Summary
ConstructorDescriptionBitfinexWebSocketAuthPreTrade
(long id, String pair, long mtsCreate, long orderId, BigDecimal execAmount, BigDecimal execPrice, String orderType, BigDecimal orderPrice, long maker) -
Method Summary
-
Constructor Details
-
BitfinexWebSocketAuthPreTrade
public BitfinexWebSocketAuthPreTrade(long id, String pair, long mtsCreate, long orderId, BigDecimal execAmount, BigDecimal execPrice, String orderType, BigDecimal orderPrice, long maker)
-
-
Method Details
-
getId
public long getId() -
getPair
-
getMtsCreate
public long getMtsCreate() -
getOrderId
public long getOrderId() -
getExecAmount
-
getExecPrice
-
getOrderType
-
getOrderPrice
-
getMaker
public long getMaker() -
toString
-
equals
-
hashCode
public int hashCode()
-