Class CexioWebSocketAuth

java.lang.Object
info.bitrich.xchangestream.cexio.dto.CexioWebSocketAuth

public class CexioWebSocketAuth extends Object
  • Constructor Details

    • CexioWebSocketAuth

      public CexioWebSocketAuth(String key, String signature, long timestamp)
  • Method Details

    • getKey

      public String getKey()
    • getSignature

      public String getSignature()
    • getTimestamp

      public long getTimestamp()
    • toString

      public String toString()
      Overrides:
      toString in class Object