API  Version 2.0.1
Low-Latency HFT API
 All Classes Functions Variables
API2::COMMON::OhlcQuote Class Reference

The OhlcQuote class. More...

#include <sgMktData.h>

Public Member Functions

 OhlcQuote (UNSIGNED_LONG symbolId)
 OhlcQuote. More...
 
DATA_TYPES::PRICE getOpenPrice ()
 getOpenPrice More...
 
DATA_TYPES::PRICE getHighPrice ()
 getHighPrice More...
 
DATA_TYPES::PRICE getLowPrice ()
 getLowPrice More...
 
DATA_TYPES::PRICE getClosePrice ()
 getClosePrice More...
 
DATA_TYPES::PRICE getAverageOhlcPrice ()
 getAverageOhlcPrice More...
 
time_t getLastProcessTimestamp ()
 getLastProcessTimestamp More...
 
bool checkForModification (time_t lastProcessTimeStamp)
 checkForModification More...
 

Detailed Description

The OhlcQuote class.

Constructor & Destructor Documentation

API2::COMMON::OhlcQuote::OhlcQuote ( UNSIGNED_LONG  symbolId)

OhlcQuote.

Parameters
symbolId

Member Function Documentation

bool API2::COMMON::OhlcQuote::checkForModification ( time_t  lastProcessTimeStamp)

checkForModification

Parameters
lastProcessTimeStamp
Returns
DATA_TYPES::PRICE API2::COMMON::OhlcQuote::getAverageOhlcPrice ( )

getAverageOhlcPrice

Returns
DATA_TYPES::PRICE API2::COMMON::OhlcQuote::getClosePrice ( )

getClosePrice

Returns
DATA_TYPES::PRICE API2::COMMON::OhlcQuote::getHighPrice ( )

getHighPrice

Returns
time_t API2::COMMON::OhlcQuote::getLastProcessTimestamp ( )

getLastProcessTimestamp

Returns
DATA_TYPES::PRICE API2::COMMON::OhlcQuote::getLowPrice ( )

getLowPrice

Returns
DATA_TYPES::PRICE API2::COMMON::OhlcQuote::getOpenPrice ( )

getOpenPrice

Returns

The documentation for this class was generated from the following file: