Datafeed Toolbox    
get

Get Bloomberg connection properties

Syntax

Arguments

Connect
Bloomberg connection object created with the bloomberg command.
PropertyName
(optional) A MATLAB string or cell array of strings containing property names. Property names are:

Connection
IPAddress
Port
Socket
Version

Description

value = get(Connect, 'PropertyName') returns a MATLAB structure containing the value of the specified properties for the Bloomberg connection object.

value = get(Connect) returns the value for all properties.

Examples

establishes a Bloomberg connection, c.

The command

returns

See Also

bloomberg, close, fetch, isconnection


  fetch isconnection