예제 #1
0
 public void ProcessOrderExecution(OrderExecution x)
 {
     Logic.ProcessOrderExecution(x);
 }
예제 #2
0
파일: Strategy.cs 프로젝트: uaqeel/ZeusXL
 protected abstract void OnExecution(OrderExecution x);