Replies: 1 comment
-
Doh, didn't realise stack handler crashed, please ignore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
Volatile rate markets uh! Painful day.
Anyway, for some reason today broker order is not generated for US2 even though Instrument and Contract order is on the stack. I see the following in the stack handler log when I grab US2, any insights?
2023-03-10 00:01:17 {'type': 'stack_handler', 'broker': 'IB', 'clientid': 853, 'strategy_name': 'prod', 'instrument_code': 'US2', 'instrument_order_id': 343} No roll, allocating entire order (Order ID:343) Type best for prod US2, qty [1], fill [0]@ price, None Parent:no parent Children:no_children to current contract 20230600
2023-03-10 00:01:17 {'type': 'stack_handler', 'broker': 'IB', 'clientid': 853, 'strategy_name': 'prod', 'instrument_code': 'US2', 'contract_order_id': '', 'instrument_order_id': 343} 'Best' order so allocating to original_best
2023-03-10 00:01:17 {'type': 'stack_handler', 'broker': 'IB', 'clientid': 853, 'strategy_name': 'prod', 'instrument_code': 'US2', 'instrument_order_id': 343} List of contract orders spawned [(Order ID:no order ID) Type best for prod/US2/20230600, qty [1], fill [0]@ price, None Parent:343 Children:no_children]
2023-03-10 00:01:17 {'type': 'stack_handler', 'broker': 'IB', 'clientid': 853, 'strategy_name': 'prod', 'instrument_code': 'US2', 'instrument_order_id': 343, 'contract_order_id': ''} Put child order (Order ID:no order ID) Type best for prod/US2/20230600, qty [1], fill [0]@ price, None Parent:343 Children:no_children LOCKED on stack with ID 317 from parent order (Order ID:343) Type best for prod US2, qty [1], fill [0]@ price, None Parent:no parent Children:no_children
Beta Was this translation helpful? Give feedback.
All reactions