stoicflame / ofx4j

Apache License 2.0
75 stars 50 forks source link

Correct annotation for ORIGCURRENCY #35

Closed matchami closed 5 years ago

matchami commented 5 years ago

Hi, SellInvestmentTransaction had ORIGCURRENCY incorrectly annotated as an @Element instead of a @ChildAggregate. Result of this is marshalling as ORIGCURRENCY>com.webcohesion.ofx4j.domain.data.investment.transactions.OriginalCurrency@402f80f5</ORIGCURRENCY

Test illustrating issue and fix included. Thanks! Iain

stoicflame commented 5 years ago

Version 1.17 now available.