volume traded single courses

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mizar1
    Junior Member
    • Dec 2009
    • 12

    #1

    volume traded single courses

    Hello

    The call functions that returns 0 on single volumes

    how do I get the volume tradato individual market (example 1 x 2 )?

    ((("lastPriceTraded":1.94,"totalMatched":0.0))) why totalmatched 0 ????


    call
    {""priceData"":[""EX_TRADED""] ,""matchProjection"" : ""ROLLED_UP_BY_PRICE"",""exBestOffersOverrides"":{ ""bestPricesDepth"":1



    response
    {"jsonrpc":"2.0","result":[{"marketId":"1.120778111","isMarketDataDelayed":tr ue,"status":"OPEN","betDelay":0,"bspReconciled":fa lse,"complete":true,"inplay":false,"numberOfWinner s":1,"numberOfRunners":3,"numberOfActiveRunners":3 ,"lastMatchTime":"2015-09-27T11:27:08.572Z","totalMatched":118526.05,"totalA vailable":274741.67,"crossMatching":true,"runnersV oidable":false,"version":1106848155,"runners":[{"selectionId":63347,"handicap":0.0,"status":"ACTI VE","lastPriceTraded":1.94,"totalMatched":0.0},{"s electionId":676467,"handicap":0.0,"status":"ACTIVE ","lastPriceTraded":4.8,"totalMatched":0.0},{"sele ctionId":58805,"handicap":0.0,"status":"ACTIVE","l astPriceTraded":3.65,"totalMatched":0.0}]}]}
  • Franklin1
    Junior Member
    • Mar 2012
    • 91

    #2
    Originally posted by mizar1 View Post
    how do I get the volume tradato individual market (example 1 x 2 )?
    For the market total see totalMatched in the marketBook.


    Originally posted by mizar1 View Post
    ((("lastPriceTraded":1.94,"totalMatched":0.0))) why totalmatched 0 ????

    call
    {""priceData"":[""EX_TRADED""] ,""matchProjection"" : ""ROLLED_UP_BY_PRICE"",""exBestOffersOverrides"":{ ""bestPricesDepth"":1
    Here you are looking at traded volumes on a specific runner-price. Are you using the delayed app key? I know this causes the issue you described.

    Comment

    Working...
    X