MarketFactory 3.14.0 C# API
APIFeed Class Reference

A market-data and trading feed. More...

Inheritance diagram for APIFeed:

Public Member Functions

 APIFeed ()
 
 APIFeed (ProtoByteBuffer buffer)
 
 APIFeed (string name, string exchangeName, int feedID, long flags, APIMarket[] marketList)
 
override bool Equals (Object rhs)
 
override int GetHashCode ()
 
override string ToString ()
 

Public Attributes

string exchangeName
 The name of the exchange. More...
 
int feedID
 A unique identifier for the feed. More...
 
long flags
 APIFeed flags bitmask providing information about the feed. More...
 
APIMarket [] marketList
 A list of markets supported by this feed. More...
 
string name
 The name of the field (from the configuration). More...
 

Detailed Description

A market-data and trading feed.

Constructor & Destructor Documentation

◆ APIFeed() [1/3]

APIFeed ( )

◆ APIFeed() [2/3]

APIFeed ( ProtoByteBuffer  buffer)

◆ APIFeed() [3/3]

APIFeed ( string  name,
string  exchangeName,
int  feedID,
long  flags,
APIMarket []  marketList 
)

Member Function Documentation

◆ Equals()

override bool Equals ( Object  rhs)

◆ GetHashCode()

override int GetHashCode ( )

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ name

string name

The name of the field (from the configuration).

◆ exchangeName

string exchangeName

The name of the exchange.

◆ feedID

int feedID

A unique identifier for the feed.

◆ flags

long flags

APIFeed flags bitmask providing information about the feed.

See also
FeedFlag enum for possible values.

◆ marketList

APIMarket [] marketList

A list of markets supported by this feed.

Confidential. Copyright © 2011 MarketFactory, Inc.