MarketFactory 3.14.0 C# API
SubscriptionEvent Class Reference

An event that provides updates on the status of each subscription. More...

Inheritance diagram for SubscriptionEvent:

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...
 

Detailed Description

An event that provides updates on the status of each subscription.

Constructor & Destructor Documentation

◆ SubscriptionEvent() [1/3]

◆ SubscriptionEvent() [2/3]

SubscriptionEvent ( ProtoByteBuffer  buffer)

◆ SubscriptionEvent() [3/3]

SubscriptionEvent ( Subscription  sub,
string  clSubID,
SubscriptionStatus  status,
string  reason,
bool  sticky 
)

Member Function Documentation

◆ Equals()

override bool Equals ( Object  rhs)

◆ GetHashCode()

override int GetHashCode ( )

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ sub

The subscription description.

◆ clSubID

string clSubID

Client-provided subscription request ID.

◆ status

This indicates whether the subscription succeeded or failed, with the details in the 'reason' field.

◆ reason

string reason

Text that accompanies the status to explain the status of the subscription.

◆ sticky

bool sticky

Sticky subscription flag.

Confidential. Copyright © 2011 MarketFactory, Inc.