Create a Bloomberg
B-PIPE connection using the IP address of the machine running
the Bloomberg
B-PIPE process. This example uses the Bloomberg
B-PIPE C++ interface and assumes the following:
The authentication is Windows® authentication when you set
authtype to
'OS_LOGON'.
The application name is blank because you are not
connecting to Bloomberg
B-PIPE using an application.
The IP address for the machine running the Bloomberg
B-PIPE process is
'111.11.11.112'.
The port number of the machine running the Bloomberg
B-PIPE process is
8194.
c is a
bloombergBPIPE object.
authtype = 'OS_LOGON';
appname = '';
ipaddress = {'111.11.11.112'};
port = 8194;
c = bloombergBPIPE(authtype,appname,ipaddress,port);
Validate the Bloomberg connection.
v = isconnection(c)
v =
1
v returns true showing that the
Bloomberg connection is valid.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.