Class BitfinexWebSocketAuthPreTrade

java.lang.Object
info.bitrich.xchangestream.bitfinex.dto.BitfinexWebSocketAuthPreTrade
Direct Known Subclasses:
BitfinexWebSocketAuthTrade

public class BitfinexWebSocketAuthPreTrade extends Object
  • 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

      public String getPair()
    • getMtsCreate

      public long getMtsCreate()
    • getOrderId

      public long getOrderId()
    • getExecAmount

      public BigDecimal getExecAmount()
    • getExecPrice

      public BigDecimal getExecPrice()
    • getOrderType

      public String getOrderType()
    • getOrderPrice

      public BigDecimal getOrderPrice()
    • getMaker

      public long getMaker()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object