Limit the clearedorders report by Market Description

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bascoe
    Member
    • Sep 2018
    • 42

    #1

    Limit the clearedorders report by Market Description

    Is it possible t limit the clearedorders report by Market Description? I only want to include "Exacta" and "Quinella":

    this gives me the full report:

    Function listClearedOrders(ByVal betStatus As BetStatus, Optional ByVal eventTypeIds As IList(Of String) = Nothing, Optional ByVal eventIds As IList(Of String) = Nothing, Optional ByVal marketIds As IList(Of String) = Nothing, Optional ByVal runnerIds As IList(Of String) = Nothing, Optional ByVal betIds As IList(Of String) = Nothing, Optional ByVal customerOrderRefs As IList(Of String) = Nothing, Optional ByVal side As Side = Nothing, Optional ByVal settledDateRange As TimeRange = Nothing, Optional ByVal groupBy As GroupBy = Nothing, Optional ByVal includeItemDescription As Boolean = True, Optional ByVal locale As String = Nothing, Optional ByVal fromRecord As Integer = 0, Optional ByVal recordCount As Integer = 0) As ClearedOrderSummaryReport

    but I cannot see a way to filter MarketDescription
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    I think you need to use the customerOrderRef option.

    Comment

    Working...
    X