Main Content
routes
Obtain Bloomberg EMSX route subscription
Syntax
Description
[
uses
additional options specified by one or more events
,subs
]
= routes(c
,fields
,Name,Value
)Name
,Value
pair
arguments to specify a custom event handler or timeout value for the
event handler.
Examples
Input Arguments
Output Arguments
Tips
Suppose you create a custom event handler function called
eventhandler
with input argument c
. Run
eventhandler
using this code.
t = timer('TimerFcn',{@c.eventhandler},'Period',1,... 'ExecutionMode','fixedRate')
t
is the MATLAB® timer object. For details, see timer
.
Version History
Introduced in R2013a
See Also
emsx
| getAllFieldMetaData
| createOrderAndRoute
| deleteRoute
| modifyRoute
| routeOrder
| createOrderAndRouteWithStrat
| orders
| modifyOrder
| deleteOrder
| createOrder
| close
| timer
| start
| stop
| delete