Skip to content

Instantly share code, notes, and snippets.

@GLitchfield
Last active August 29, 2015 13:57
Show Gist options
  • Save GLitchfield/9472759 to your computer and use it in GitHub Desktop.
Save GLitchfield/9472759 to your computer and use it in GitHub Desktop.
public interface TradingAccountManager {
Account createAccount(String actName, Price startingCashBalance);
void closeAccount(Account account);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment