open-insight/LSL2/OIEVENT/CLOSE/INVOICE..json
2024-03-25 15:12:53 -07:00

11 lines
422 B
JSON

{
"header": {
"version": 1,
"type": "record"
},
"body": {
"record1": {
"<1>": "declare function post_event, check_notes\r\ndeclare subroutine forward_event\r\n\r\nif get_property( @window, '@CalledFromOrder' ) then\r\n Void = post_event( 'ORDER', 'CLOSE', '' )\r\nend\r\nforward_event( CancelFlag )\r\nVoid = check_notes()\r\nRETURN 0\r\n\r\n"
}
}
}