Beispiel #1
0
 public BlockMapProcessImpl(FixCommand command, NetworkContext context, Random r)
 {
     this.command = command;
     this.context = context;
     this.r = r;
 }
Beispiel #2
0
 public BlockMapProcessImpl(FixCommand command, NetworkContext context, Random r)
 {
     this.command = command;
     this.context = context;
     this.r       = r;
 }