Thanks a lot Mumbles0.
Right Code is here.
What's the difference between BFExchange.MarketTypeEnum.O,L,R,A...?
ps: Keep up the good work Mumbles0.
Right Code is here.
Code:
Dim oGBHReq As New BFExchange.GetBetHistoryReq
Dim oGBHResp As New BFExchange.GetBetHistoryResp
With oGBHReq
.header = oHeaderUK
.placedDateFrom = Now.AddDays(-7)
.placedDateTo = Now
.startRecord = 0
.recordCount = 30
.betTypesIncluded = BFExchange.BetStatusEnum.S
ReDim .eventTypeIds(0) : .eventTypeIds(0) = 1 'For soccer
ReDim .marketTypesIncluded(0) : .marketTypesIncluded(0) = BFExchange.MarketTypeEnum.O
.sortBetsBy = BFExchange.BetsOrderByEnum.PLACED_DATE
End With
ps: Keep up the good work Mumbles0.


Comment