MarketFactory 3.14.0 C# API
QuoteRequest Class Reference

A request to stream quotes. More...

Inheritance diagram for QuoteRequest:

Public Member Functions

 QuoteRequest ()
 
 QuoteRequest (ProtoByteBuffer buffer)
 
 QuoteRequest (int feedID, int marketID, bool isBaseSpecified, string quoteReqID, string mdStreamID, MFFloat amount, Side side, long settlDate, long timeApiClient, long timeApiServer, long timeHandler, string detail)
 
override bool Equals (Object rhs)
 
override int GetHashCode ()
 
override string ToString ()
 

Public Attributes

MFFloat amount
 A currency amount/size, in MFFloat format. More...
 
string detail
 
int feedID
 A unique identifier for the feed. More...
 
bool isBaseSpecified
 
int marketID
 A market ID, which identifies a unique financial instrument. More...
 
string mdStreamID
 
string quoteReqID
 
long settlDate
 
Side side
 Which side the request is for. More...
 
long timeApiClient
 Timestamp at the client API (taken on the client host). More...
 
long timeApiServer
 Timestamp in the client handler within Whisperer. More...
 
long timeHandler
 Timestamp exiting the feed handler within Whisperer. More...
 

Detailed Description

A request to stream quotes.

Constructor & Destructor Documentation

◆ QuoteRequest() [1/3]

◆ QuoteRequest() [2/3]

QuoteRequest ( ProtoByteBuffer  buffer)

◆ QuoteRequest() [3/3]

QuoteRequest ( int  feedID,
int  marketID,
bool  isBaseSpecified,
string  quoteReqID,
string  mdStreamID,
MFFloat  amount,
Side  side,
long  settlDate,
long  timeApiClient,
long  timeApiServer,
long  timeHandler,
string  detail 
)

Member Function Documentation

◆ Equals()

override bool Equals ( Object  rhs)

◆ GetHashCode()

override int GetHashCode ( )

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ feedID

int feedID

A unique identifier for the feed.

◆ marketID

int marketID

A market ID, which identifies a unique financial instrument.

◆ isBaseSpecified

bool isBaseSpecified

◆ quoteReqID

string quoteReqID

◆ mdStreamID

string mdStreamID

◆ amount

MFFloat amount

A currency amount/size, in MFFloat format.

◆ side

Side side

Which side the request is for.

◆ settlDate

long settlDate

◆ timeApiClient

long timeApiClient

Timestamp at the client API (taken on the client host).

◆ timeApiServer

long timeApiServer

Timestamp in the client handler within Whisperer.

◆ timeHandler

long timeHandler

Timestamp exiting the feed handler within Whisperer.

◆ detail

string detail
Confidential. Copyright © 2011 MarketFactory, Inc.