bloombergServer
Description
The bloombergServer
function creates a
bloombergServer
object. The bloombergServer
object
represents a Bloomberg® Server connection using the Bloomberg V3 C++ API.
Other Datafeed Toolbox™ functions connect to different Bloomberg services: Bloomberg Desktop (bloomberg
) and
Bloomberg
B-PIPE® (bloombergBPIPE
).
For details about these services, see Comparing Bloomberg Connections.
For details about Bloomberg connection requirements, see Data Server Connection Requirements. To ensure a successful Bloomberg connection, perform the required steps before executing
bloombergServer
. For details, see Installing Bloomberg and Configuring Connections.
Creation
Syntax
Description
c = bloombergServer(uuid,ipaddress,port,timeout)
also sets the
TimeOut
property.
Caution
To refer to a Bloomberg connection in other functions, use the connection object created by the
bloombergServer
function. Otherwise, using
bloombergServer
as an input argument opens multiple Bloomberg connections, causing unexpected behavior and exhausting memory
resources.
Properties
Object Functions
Examples
Version History
Introduced in R2021a