예제 #1
0
 public UserCommand(string strategy, OpenQuant.API.UserCommand command)
 {
     this.Strategy = strategy;
     this.Command  = command;
 }
예제 #2
0
		public UserCommand(string strategy, OpenQuant.API.UserCommand command)
		{
			this.Strategy = strategy;
			this.Command = command;
		}