#include <OnixS/SURF/MarketData/FieldValue.h>
Definition at line 87 of file FieldValue.h.
Indicates whether array of zero length.
Returns the field value as Date.
- Exceptions
-
std::exception | if conversion is impossible. |
Returns the field value as a decimal number.
- Exceptions
-
std::exception | if conversion is impossible. |
double toDouble |
( |
| ) |
const |
Returns the field value as a floating-point number.
- Exceptions
-
std::exception | if conversion is impossible. |
Returns field value as an int value.
- Exceptions
-
std::exception | if conversion is impossible. |
long long toInt64 |
( |
| ) |
const |
Returns field value as an 'long long' value.
- Exceptions
-
std::exception | if conversion is impossible. |
std::string toString |
( |
| ) |
const |
Returns the field value as a string.
Returns the field value as Time.
- Exceptions
-
std::exception | if conversion is impossible. |
unsigned int toUInt32 |
( |
| ) |
const |
Returns field value as an 'unsigned int' value.
- Exceptions
-
std::exception | if conversion is impossible. |
unsigned long long toUInt64 |
( |
| ) |
const |
Returns field value as an 'unsigned long long' value.
- Exceptions
-
std::exception | if conversion is impossible. |
The documentation for this struct was generated from the following file: