RT::RTInstrument Class Reference
List of all members.
Public Member Functions |
| RTInstrument (const RTInstrument &instr) |
RTInstrument & | operator= (const RTInstrument &rhs) |
int | tick_size () const |
| Min Price Increment.
|
void | tick_size (int tick_size) |
double | tick_value () const |
| Tick Value - Cash value of one tick.
|
void | tick_value (double tick_value) |
int | round_lot () const |
| Min Volume Increment.
|
void | round_lot (int round_lot) |
const std::string & | currency () const |
| Currency.
|
void | currency (const std::string ¤cy) |
int | numerator () const |
| Numerator.
|
void | numerator (int val) |
int | denominator () const |
| Insrument Denominator Numerator.
|
void | denominator (int val) |
void | is_dynamically_created (bool is_dyn_created) |
const std::string & | symbol () const |
void | symbol (const std::string &val) |
const std::string & | sec_id () const |
void | sec_id (const std::string &val) |
const std::string & | exch_identifier_str () const |
void | exch_identifier_str (const std::string &val) |
int | ets_type () const |
void | ets_type (int val) |
Protected Attributes |
std::string | symbol_ |
std::string | sec_id_ |
int | tick_size_ |
double | tick_value_ |
int | round_lot_ |
std::string | optAttribute_ |
std::string | securityAltID_ |
int | priceDisplayType_ |
int | numerator_ |
int | denominator_ |
std::string | currency_ |
int | priceRange_ |
double | min_margin_ |
double | commission_ |
std::string | exch_identifier_str_ |
bool | is_dynamically_created_ |
double | quoted_in_value_ |
int | trading_session_ |
int | ets_type_ |
The documentation for this class was generated from the following files:
- dmitry_env/ATP/robotrader/robotrader/RTInstrument.h
- dmitry_env/ATP/robotrader/robotrader/RTInstrument.cpp