deleteRoute
Delete Bloomberg EMSX active shares
Syntax
Description
deleteRoute(___,'useDefaultEventHandler',false)
deletes
the active shares that are routed but not filled using any of the
input arguments in the previous syntaxes and a custom event handler.
Write a custom event handler to process the events associated with
deleting the active shares. This syntax does not have an output argument
because the custom event handler processes the contents of the event
queue. If you want to use the default event handler instead, set the
flag 'useDefaultEventHandler'
to true
and
use the events
output argument. By default, the
flag 'useDefaultEventHandler'
is set to true
.
___ = deleteRoute(
uses
the c
,routenum
,options
)options
structure to customize the output,
which is useful to preconfigure and save your options for repeated
use. The available options
structure fields are timeOut
and useDefaultEventHandler
.
Use the events
output argument when useDefaultEventHandler
is
set to true
and omit this output argument when useDefaultEventHandler
is
set to false
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a
See Also
createOrderAndRoute
| orders
| createOrder
| routes
| modifyRoute
| deleteOrder
| routeOrder
| emsx
| modifyOrder
| close
| timer
| start
| stop
| delete