TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
MClassRegistry* pMClassRegistry | Class registry in which this MFixed is created. |
const MString& rsFixedTypeName | Only bounded fixed types are supported, so this parameter is always "fixed.p.s" , where p is the total number of digits and s is the number of digits after the decimal point. For example, the number 123.45 would be represented by 5.2, not by 3.2. |
double value | Value for this MFixed. |
MFixed(MClassRegistry* pMClassRegistry, const MString& rsFixedTypeName, double value) throw(MException);