![]() |
MarketFactory 3.14.0 C# API
|
An event that provides updates on the status of each subscription. More...
Public Member Functions | |
| SubscriptionEvent () | |
| SubscriptionEvent (ProtoByteBuffer buffer) | |
| SubscriptionEvent (Subscription sub, string clSubID, SubscriptionStatus status, string reason, bool sticky) | |
| override bool | Equals (Object rhs) |
| override int | GetHashCode () |
| override string | ToString () |
Public Attributes | |
| string | clSubID |
| Client-provided subscription request ID. More... | |
| string | reason |
| Text that accompanies the status to explain the status of the subscription. More... | |
| SubscriptionStatus | status |
| This indicates whether the subscription succeeded or failed, with the details in the 'reason' field. More... | |
| bool | sticky |
| Sticky subscription flag. More... | |
| Subscription | sub |
| The subscription description. More... | |
An event that provides updates on the status of each subscription.
| SubscriptionEvent | ( | ProtoByteBuffer | buffer | ) |
| SubscriptionEvent | ( | Subscription | sub, |
| string | clSubID, | ||
| SubscriptionStatus | status, | ||
| string | reason, | ||
| bool | sticky | ||
| ) |
| override bool Equals | ( | Object | rhs | ) |
| override int GetHashCode | ( | ) |
| override string ToString | ( | ) |
| Subscription sub |
The subscription description.
| string clSubID |
Client-provided subscription request ID.
| SubscriptionStatus status |
This indicates whether the subscription succeeded or failed, with the details in the 'reason' field.
| string reason |
Text that accompanies the status to explain the status of the subscription.
| bool sticky |
Sticky subscription flag.