예제 #1
0
파일: FakeTick.cs 프로젝트: TzarIvan/ratel
 public static void Main(string[] args)
 {
     TestOrderTracker.insertSimFilled(39, "RE.TEST.TU.1C", "test");
     Db.commit();
     OrderTable.TOPIC.send("timestamp", ymdHuman(now()));
 }
예제 #2
0
 static void addOrders()
 {
     TestOrderTracker.insertSimFilled(252, "RE.TEST.TY.1C", OrderTable.prefix);
     TestOrderTracker.insertSimFilled(356, "RE.TEST.TY.1C", OrderTable.prefix);
     TestOrderTracker.insertSimFilled(39, "RE.TEST.TY.1C", OrderTable.prefix);
 }