blp
Bloomberg Desktop connection V3
Description
The blp
function creates a blp
object.
The blp
object represents a Bloomberg® Desktop connection.
Other functions connect to different Bloomberg services: Bloomberg Server (blpsrv
), and Bloomberg
B-PIPE® (bpipe
). 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
blp
. For details, see Installing Bloomberg and Configuring Connections.
Creation
Description
c = blp
creates a Bloomberg connection object that contains the Bloomberg Desktop connection. You need a Bloomberg Desktop software license for the machine running the Datafeed Toolbox™ and MATLAB®.
c = blp(port,
sets the
Port and TimeOut properties, and uses the IP address of the local machine
running Bloomberg to create a Bloomberg connection.ip
,timeout)
Caution
To refer to a Bloomberg connection in other functions, use the connection object
created by the blp
function. Otherwise, using
blp
as an input argument opens multiple
Bloomberg connections, causing unexpected behavior and exhausting
memory resources.
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2010a