示例#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;
		}