Skip to content

Commit

Permalink
Added classifications to export options of return vs volatility
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Feb 22, 2015
1 parent d6dfc3d commit 2e3cab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public void run()
});

Set<Class<?>> exportTypes = new HashSet<Class<?>>(Arrays.asList(new Class<?>[] { //
Client.class, Security.class, Portfolio.class, Account.class }));
Client.class, Security.class, Portfolio.class, Account.class, Classification.class }));

for (DataSeries series : picker.getSelectedDataSeries())
{
Expand Down

0 comments on commit 2e3cab7

Please sign in to comment.