Beispiel #1
0
 private OrderExit(EExitType type, int entryId)
 {
     __eExitType  = type;
     this.EntryID = entryId;
 }
Beispiel #2
0
		private OrderExit(EExitType type, int entryId) {
			this.ExitType = type;
			this.EntryID = entryId;
		}