trungvothanh / bett

Automatically exported from code.google.com/p/betting-ai
1 stars 1 forks source link

Support CREATE_MARKET event #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a Simulator 
I want to process CREATE_MARKET_EVENT
So that I can run market simulation
As proven by appropriate method called on a betting exchange

Market event:
{"eventType":"CREATE_MARKET",
 "marketId":1, 
 "marketName":"Match Odds",
 "eventName":"Man Utd vs Arsenal", 
 "numOfWinners":1, 
 "marketTime":
 "2010-04-15 14:00:00", 
 "selections": [{"selectionId":11,
               "selectionName":"Man Utd"},
               {"selectionId":12, 
               "selectionName":"Arsenal"}]
}

Original issue reported on code.google.com by daniel.k...@gmail.com on 19 Apr 2010 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 19 Apr 2010 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 19 Apr 2010 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 27 Apr 2010 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by daniel.k...@gmail.com on 3 May 2010 at 10:34