コード例 #1
0
ファイル: Position.cs プロジェクト: lynxliu/Backtesting
 void RefreshCost()
 {
     Cost = TradeTrace.Sum(v => v.Price * v.Shares) / Shares;
 }