Uses of Class
info.bitrich.xchangestream.btcmarkets.dto.BTCMarketsWebSocketSubscriptionMessage
-
Uses of BTCMarketsWebSocketSubscriptionMessage in info.bitrich.xchangestream.btcmarkets.dto
Modifier and TypeMethodDescriptionBTCMarketsWebSocketSubscriptionMessage.getAddSubscriptionMessage
(List<String> marketIds, List<String> channels, Long timestamp, String key, String signature) BTCMarketsWebSocketSubscriptionMessage.getFirstSubscriptionMessage
(List<String> marketIds, List<String> channels, Long timestamp, String key, String signature) Use this method to retrieve a subscribe message when you intend to add or remove subscriptions at a later stage All other existing subscriptions will be removed.BTCMarketsWebSocketSubscriptionMessage.getRemoveSubcriptionMessage
(List<String> marketIds, List<String> channels, Long timestamp, String key, String signature)