Added getAccount method
This commit is contained in:
parent
2eb3be4ce2
commit
3cc7940658
@ -35,4 +35,10 @@ public interface Trader {
|
||||
public void start();
|
||||
public String getStatus();
|
||||
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public Account getAccount();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user