realtime
Description
returns the data for the d
= realtime(c
,s
,f
)bloombergServer
object c
with the Bloomberg® Server C++ interface, security list s
, and requested fields
f
. realtime
accesses the Bloomberg Market Data service.
[~,
returns an empty output and the timer t
]
= realtime(c
,s
,f
,eventhandler
)t
associated with the real-time
event handler for the subscription list. Given connection c
, the
realtime
function subscribes to a security or securities
s
and requests fields f
, to update in real time
while running an event handler eventhandler
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a