Moderator: 2020vision
by Coolhand22 » Tue Nov 26, 2013 4:44 am
by osknows » Tue Nov 26, 2013 10:48 am
by kiint » Wed Nov 27, 2013 10:50 am
osknows wrote:The latest beta allows upto 60 bets using placeBet. You can't mix back and lay on the same runner though.
by osknows » Wed Nov 27, 2013 12:54 pm
Dim WithEvents ba As BettingAssistantCom.ComClass
Private Sub Example()
'Setup array for 60 bets
Dim refs() As String
Dim selecIds(59) As Long
Dim betTypes(59) As String
Dim odds(59) As Double
Dim stake(59) As Double
Dim tokens(59) As String
If ba Is Nothing Then
Set ba = New BettingAssistantCom.ComClass
ba.keepbettype = 1
ba.tabIndex = 0
End If
'Example 3 bets only on same selection (selecId 0 = row 5)
selecIds(0) = 4
selecIds(1) = 4
selecIds(2) = 4
betTypes(0) = "B"
betTypes(1) = "B"
betTypes(2) = "B"
odds(0) = 500
odds(1) = 600
odds(2) = 700
stake(0) = 0.2
stake(1) = 0.23
stake(2) = 0.24
tokens(0) = "test1"
tokens(1) = "test2"
tokens(2) = "test3"
refs = ba.placeBets(selecIds, betTypes, odds, stake, False, tokens) 'async
refs = ba.placeBets(selecIds, betTypes, odds, stake, True, tokens) 'sync
End Sub
by kiint » Wed Nov 27, 2013 9:00 pm
by MarkRussell » Thu Nov 28, 2013 12:36 am
by Captain Sensible » Thu Nov 28, 2013 11:34 pm
by Coolhand22 » Sun Dec 01, 2013 2:30 am
by osknows » Wed Dec 04, 2013 10:37 am
The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.
Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.
Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.
He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.
We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.