I am a little confused as to place bet orders
????? Am i able to place an order and get it too stay available for say 5 seconds
The string i am using is eg
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":"1.128807758","instructions":[{"selectionId":"484143","handicap":"0","side":"BAC K","orderType":"LIMIT","limitOrder":{"size":"5","p rice":"4"}}]}, "id": 1}]
I have tried FILLKILL but realize that this kills the request imediately if not matched ..??????
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":"1.128807758","instructions":[{"selectionId":"484143","handicap":"0","side":"BAC K","orderType":"LIMIT","limitOrder":{"size":"5","p rice":"4","timeInForce":"FILL_OR_KILL","minFillSiz e":"4"}}]}, "id": 1}]
When i was using a 3rd party api application ... i believe i was able to use Back .... FILLORKILL 5 .... and get the fillkill to stay available for 5 seconds..
Appreciate any help
Regards FWR
????? Am i able to place an order and get it too stay available for say 5 seconds
The string i am using is eg
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":"1.128807758","instructions":[{"selectionId":"484143","handicap":"0","side":"BAC K","orderType":"LIMIT","limitOrder":{"size":"5","p rice":"4"}}]}, "id": 1}]
I have tried FILLKILL but realize that this kills the request imediately if not matched ..??????
[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/placeOrders", "params": {"marketId":"1.128807758","instructions":[{"selectionId":"484143","handicap":"0","side":"BAC K","orderType":"LIMIT","limitOrder":{"size":"5","p rice":"4","timeInForce":"FILL_OR_KILL","minFillSiz e":"4"}}]}, "id": 1}]
When i was using a 3rd party api application ... i believe i was able to use Back .... FILLORKILL 5 .... and get the fillkill to stay available for 5 seconds..
Appreciate any help
Regards FWR


Comment