예제 #1
0
파일: Market.cs 프로젝트: xyicheng/QuantApp
 /// <summary>
 /// Function: Add an instruction to the market class
 /// </summary>
 /// <param name="instruction">reference instruction</param>
 public static void AddInstruction(Instruction instruction)
 {
     Factory.AddInstruction(instruction);
 }