Skip to content

Add support to set ex_best_offers_overrides and virtualise #792

@gmeirelless

Description

@gmeirelless

Hello. Thank you all for the great framework!

Please could you make available the possibility of setting the ex_best_offers_overrides settings, available on betfairlightweight.filters? I would like to set the stream parameters similar to this example using exBestOffersOverrides as well virtualise (both available on betfairlightweight.filters):

{
"id": 1,
"jsonrpc": "2.0",
"method": "SportsAPING/v1.0/listMarketBook",
"params": {
"marketIds": [
"X.XXXXXXX"
],
"priceProjection": {
"exBestOffersOverrides": {
"rollupLimit": "50",
"rollupModel": "STAKE"
},
"priceData": [
"EX_BEST_OFFERS"
],
"virtualise": "true"
}
}
}

Thank you and regards!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions