Hi there,
I send requests for placing orders in-running, and occasionally, but not always.
One example is this, where I have parameters
{'marketId': '1.171174652', 'instructions': [{'selectionId': '9292000', 'side': 'lay', 'orderType': 'LIMIT', 'limitOrder': {'size': '2.67', 'price': '2.56', 'persistenceType': 'LAPSE', 'timeInForce': 'FILL_OR_KILL', 'minFillSize': '2'}}]}
and get a return of
{'jsonrpc': '2.0', 'error': {'code': -32602, 'message': 'DSC-0018'}, 'id': 1}
Any idea why this is, and why it happens only some times?
Thanks!
I send requests for placing orders in-running, and occasionally, but not always.
One example is this, where I have parameters
{'marketId': '1.171174652', 'instructions': [{'selectionId': '9292000', 'side': 'lay', 'orderType': 'LIMIT', 'limitOrder': {'size': '2.67', 'price': '2.56', 'persistenceType': 'LAPSE', 'timeInForce': 'FILL_OR_KILL', 'minFillSize': '2'}}]}
and get a return of
{'jsonrpc': '2.0', 'error': {'code': -32602, 'message': 'DSC-0018'}, 'id': 1}
Any idea why this is, and why it happens only some times?
Thanks!


Comment