Issue 2388: Add mechanism to create Money instances for moneyValue (currency-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Issue Description: There is no mechanism to create Money instances via a factory/type manager method. Resolution: resolved by Currency 2 RTF, close Revised Text: Resolution: add a createMoney method to Currency Revised Text: At the end of section 2.3.6.1 add the following: Money createMoney(in CBO::DDecimal amount) raises(FbcException); Creates a Money object that represents the given amount with the currency mnemonic of the Currency. Revised idl: add new method to consolidated idl for the Currency interface(Appendix A): Money createMoney(in CBO::DDecimal amount) raises(FbcException); Actions taken: January 11, 1999: received issue May 4, 2000: closed issue Discussion: End of Annotations:===== Return-Path: From: Robert_Mickley@CYBORG.COM X-Lotus-FromDomain: CYBORG@CYBORG_NET To: issues@omg.org cc: Robert_Mickley@CYBORG.COM, Amy_Griffis@CYBORG.COM Date: Mon, 11 Jan 1999 21:28:52 -0700 Subject: Currency RTF Issues Content-Disposition: inline Today is the deadline for comments for the Currency RTF. Below is an Issue Title: Add mechanism to create Money instances for moneyValue Issue Type: IDL Revision Issue Description: There is no mechanism to create Money instances via a factory/type manager method.