MarketFactory 3.14.0 C# API
FeedMarketID Class Reference

Struct that contains a (market, feed) pair. More...

Inheritance diagram for FeedMarketID:

Public Member Functions

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

Public Attributes

int feedID
 A unique identifier for the feed. More...
 
int marketID
 A market ID, which identifies a unique financial instrument. More...
 

Detailed Description

Struct that contains a (market, feed) pair.

Constructor & Destructor Documentation

◆ FeedMarketID() [1/3]

◆ FeedMarketID() [2/3]

FeedMarketID ( ProtoByteBuffer  buffer)

◆ FeedMarketID() [3/3]

FeedMarketID ( int  marketID,
int  feedID 
)

Member Function Documentation

◆ Equals()

override bool Equals ( Object  rhs)

◆ GetHashCode()

override int GetHashCode ( )

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ marketID

int marketID

A market ID, which identifies a unique financial instrument.

◆ feedID

int feedID

A unique identifier for the feed.

Confidential. Copyright © 2011 MarketFactory, Inc.