Datafeed Toolbox | ![]() ![]() |
Get Bloomberg connection properties
Syntax
Arguments
Connect |
Bloomberg connection object created with the bloomberg command. |
|
(optional) A MATLAB string or cell array of strings containing property names. Property names are:Connection IPAddress Port Socket Version |
Description
value = get(Connect, '
returns a MATLAB structure containing the value of the specified properties for the Bloomberg connection object. PropertyName
')
value = get(Connect)
returns the value for all properties.
Examples
establishes a Bloomberg connection, c
.
See Also
bloomberg
, close
, fetch
, isconnection
![]() | fetch | isconnection | ![]() |