Class CoinmateWebsocketOpenOrder

java.lang.Object
info.bitrich.xchangestream.coinmate.v2.dto.CoinmateWebsocketOpenOrder

public class CoinmateWebsocketOpenOrder extends Object
  • Constructor Details

    • CoinmateWebsocketOpenOrder

      public CoinmateWebsocketOpenOrder(double amount, long timestamp, boolean isHidden, String id, double originalOrderSize, double price, String orderType, double stopPrice, boolean isTrailing, double originalStopPrice, double priceAtStopLossCreation, double priceAtStopLossUpdate, long trailingUpdatedTimestamp, String orderChangePushEvent)
  • Method Details

    • getAmount

      public double getAmount()
    • getTimestamp

      public long getTimestamp()
    • isHidden

      public boolean isHidden()
    • getId

      public String getId()
    • getOriginalOrderSize

      public double getOriginalOrderSize()
    • getPrice

      public double getPrice()
    • getOrderType

      public String getOrderType()
    • getStopPrice

      public double getStopPrice()
    • isTrailing

      public boolean isTrailing()
    • getOriginalStopPrice

      public double getOriginalStopPrice()
    • getPriceAtStopLossCreation

      public double getPriceAtStopLossCreation()
    • getPriceAtStopLossUpdate

      public double getPriceAtStopLossUpdate()
    • getTrailingUpdatedTimestamp

      public long getTrailingUpdatedTimestamp()
    • getOrderChangePushEvent

      public String getOrderChangePushEvent()
    • toString

      public String toString()
      Overrides:
      toString in class Object