modifyRouteWithStrat
Syntax
Description
modifies a Bloomberg® EMSX route with strategies using the Bloomberg EMSX connection events
= modifyRouteWithStrat(c
,modroute
,strat
)c
with the Bloomberg EMSX C++ interface, route request modroute
, and order
strategy strat
. modifyRouteWithStrat
returns the
order sequence number, route identifier, and status message using the default event
handler.
modifyRouteWithStrat(___,'useDefaultEventHandler',false)
modifies a Bloomberg EMSX route with strategies 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 modifying routes. 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
.
___ = modifyRouteWithStrat(
uses the c
,modroute
,strat
,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 the flag 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 R2021a
See Also
orders
| routes
| close
| createOrder
| routeOrder
| createOrderAndRouteWithStrat
| modifyRoute
| deleteOrder
| getBrokerInfo
| timer
| start
| stop
| delete