[QFJ-462] Building with BigDecimal flag still generates Field SettlCurrFxRate extending DoubleField Created: 12/Aug/09 Updated: 15/Nov/12 Resolved: 05/Apr/10 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Build |
Affects Version/s: | 1.3.3 |
Fix Version/s: | None |
Type: | Bug | Priority: | Default |
Reporter: | ashok shamnani | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | None |
Description |
Building core by changing the following property in build.xml still generates SettlCurrFxRate field to extend DoubleField. <property name="generator.decimal" value="true" /> Is this a bug? If not, how do we generate SettlCurrFxRate to extend DecimalField |
Comments |
Comment by Steve Bate [ 05/Apr/10 ] |
The rate is defined as a "float" in the FIX spec. We only use BigDecimal for fields typed as prices, quantities, etc. |