API  Version 2.0.1
Low-Latency HFT API
 All Classes Functions Variables
API2::COMMON::TradeTick Struct Reference

The TradeTick struct. More...

#include <sgMktData.h>

Public Member Functions

DATA_TYPES::PRICE getPrice () const
 
DATA_TYPES::PRICE & getRefPrice ()
 
void setPrice (const DATA_TYPES::PRICE &value)
 
DATA_TYPES::QTY getQty () const
 
DATA_TYPES::QTY & getRefQty ()
 
void setQty (const DATA_TYPES::QTY &value)
 
UNSIGNED_LONG getTimestamp () const
 
UNSIGNED_LONG & getRefTimestamp ()
 
void setTimestamp (const UNSIGNED_LONG &value)
 
 TradeTick (const DATA_TYPES::PRICE &price, const DATA_TYPES::QTY &qty, const UNSIGNED_LONG &timestamp)
 TradeTick. More...
 

Detailed Description

The TradeTick struct.

Constructor & Destructor Documentation

API2::COMMON::TradeTick::TradeTick ( const DATA_TYPES::PRICE &  price,
const DATA_TYPES::QTY &  qty,
const UNSIGNED_LONG &  timestamp 
)
inline

TradeTick.

Parameters
price
qty
timestamp

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