Uses of Class
com.knowm.xchange.serum.SerumConfigs.SubscriptionType
Package | Description |
---|---|
com.knowm.xchange.serum | |
info.bitrich.xchangestream.serum | |
info.bitrich.xchangestream.serum.dto |
-
Uses of SerumConfigs.SubscriptionType in com.knowm.xchange.serum
Methods in com.knowm.xchange.serum that return SerumConfigs.SubscriptionType Modifier and Type Method Description static SerumConfigs.SubscriptionType
SerumConfigs.SubscriptionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SerumConfigs.SubscriptionType[]
SerumConfigs.SubscriptionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SerumConfigs.SubscriptionType in info.bitrich.xchangestream.serum
Methods in info.bitrich.xchangestream.serum with parameters of type SerumConfigs.SubscriptionType Modifier and Type Method Description String
SerumStreamingService. buildChannelName(CurrencyPair pair, SerumConfigs.SubscriptionType subscriptionType, Object... args)
-
Uses of SerumConfigs.SubscriptionType in info.bitrich.xchangestream.serum.dto
Constructors in info.bitrich.xchangestream.serum.dto with parameters of type SerumConfigs.SubscriptionType Constructor Description SerumWsSubscriptionMessage(SerumConfigs.Commitment commitment, SerumConfigs.SubscriptionType subscriptionType, String publicKey, int reqID)