TIBCO Adapter SDK C++ Reference
MFixed::MFixed
MFixed
Construct an MFixed instance using the specified class registry, type, and string value.
Parameters
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.
const MString& rsFixedValue Value for this MFixed.
Exceptions
Declaration
MFixed(MClassRegistry* pMClassRegistry, const MString& rsFixedTypeName, const MString& rsFixedValue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.