Skip to content

Commit

Permalink
New Currency
Browse files Browse the repository at this point in the history
  • Loading branch information
npkumar committed Apr 28, 2013
1 parent db83cd3 commit 076b398
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jquantlib/src/main/java/org/jquantlib/currencies/Asia.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,12 @@ public static class INRCurrency extends Currency {
}
};


public static class NPKCurrency extends Currency{
public NPKCurrency(){
Data npkData = new Data("NPK Dollar", "NPK", 999, "Npk","",100, new Rounding(),"%3% %1$.2f");
data = npkData;
}
}
/**
* Iraqi dinar
* <p>
Expand Down

0 comments on commit 076b398

Please sign in to comment.