Fellow dotnetters...
Just looking for suggestions on the best (optimum?) structure to use for placing multiple bets in one place order.
In the old API I had a custom string array that I added bets to, and then placed that array as one bet. String Array? List(of placeOrders). I could try a few ways but I don't like re-inventing wheels.
ballybeg
Just looking for suggestions on the best (optimum?) structure to use for placing multiple bets in one place order.
In the old API I had a custom string array that I added bets to, and then placed that array as one bet. String Array? List(of placeOrders). I could try a few ways but I don't like re-inventing wheels.
ballybeg


Comment