Class SerumWsSubscriptionMessage
java.lang.Object
info.bitrich.xchangestream.serum.dto.SerumWsSubscriptionMessage
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSerumWsSubscriptionMessage
(SerumConfigs.Commitment commitment, SerumConfigs.SubscriptionType subscriptionType, String publicKey, int reqID) -
Method Summary
-
Field Details
-
JSON_RPC
- See Also:
-
ID
- See Also:
-
METHOD
- See Also:
-
PARAMS
- See Also:
-
ENCODING
- See Also:
-
COMMITMENT
- See Also:
-
msg
public final com.fasterxml.jackson.databind.JsonNode msg
-
-
Constructor Details
-
SerumWsSubscriptionMessage
public SerumWsSubscriptionMessage(SerumConfigs.Commitment commitment, SerumConfigs.SubscriptionType subscriptionType, String publicKey, int reqID)
-
-
Method Details
-
buildMsg
-