MarketFactory 3.14.0 C# API
Subscription Class Reference

Description of a subcription. More...

Inheritance diagram for Subscription:

Public Member Functions

 Subscription ()
 
 Subscription (ProtoByteBuffer buffer)
 
 Subscription (APIType apiType, int feedID, int marketID)
 
override bool Equals (Object rhs)
 
override int GetHashCode ()
 
override string ToString ()
 

Public Attributes

APIType apiType
 The type of subscription: market data or trading. More...
 
int feedID
 A unique identifier for the feed. More...
 
int marketID
 The market's unique ID on this feed (only used for MARKETDATA). More...
 

Detailed Description

Description of a subcription.

Constructor & Destructor Documentation

◆ Subscription() [1/3]

◆ Subscription() [2/3]

Subscription ( ProtoByteBuffer  buffer)

◆ Subscription() [3/3]

Subscription ( APIType  apiType,
int  feedID,
int  marketID 
)

Member Function Documentation

◆ Equals()

override bool Equals ( Object  rhs)

◆ GetHashCode()

override int GetHashCode ( )

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ apiType

APIType apiType

The type of subscription: market data or trading.

◆ feedID

int feedID

A unique identifier for the feed.

◆ marketID

int marketID

The market's unique ID on this feed (only used for MARKETDATA).

Confidential. Copyright © 2011 MarketFactory, Inc.