We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4364e commit 353db90Copy full SHA for 353db90
project/src/market_simulator/MarketSimulator.java
100644
100755
@@ -0,0 +1,31 @@
1
+package market_simulator;
2
+
3
+import javax.swing.JTextField;
4
5
+import common.Account;
6
7
+public class MarketSimulator {
8
9
+ private Account account;
10
11
+ public MarketSimulator(){}
12
13
+ public Account getAccount() {
14
+ return account;
15
+ }
16
17
+ public Account getAccount(String id) {
18
19
20
21
+ public String getCurrentExchangRateUSDToEuro() {
22
+ // TODO Auto-generated method stub
23
+ return null;
24
25
26
+ public String getCurrentExchangRateEUROToUSD() {
27
28
29
30
31
+}
0 commit comments