예제 #1
0
파일: AccountTrade.cs 프로젝트: wanwei/sc2
 public AccountTrade(double money, AccountFee accountFee)
 {
     this.accountOrder    = new AccountTodayOrder();
     this.accountPosition = new AccountPosition(money, accountFee);
 }