コード例 #1
0
ファイル: AccountTrade.cs プロジェクト: wanwei/sc2
 public AccountTrade(double money, AccountFee accountFee)
 {
     this.accountOrder    = new AccountTodayOrder();
     this.accountPosition = new AccountPosition(money, accountFee);
 }