Datafeed Toolbox | ![]() ![]() |
Get Hyperfeed connection properties
Syntax
Arguments
Connect |
Hyperfeed connection object created with the hyperfeed command. |
|
(optional) A MATLAB string or cell array of strings containing property names. Property names are:Connection IPAddress Port |
Description
value = get(Connect, '
returns the value of the specified properties for the Hyperfeed connection object. PropertyName
')
value = get(Connect)
returns a MATLAB structure where each field name is the name of a property of Connect, and each field contains the value of that property.
Examples
Use the hyperfeed
command to establish a connection to Hyperfeed.
Now use the get
command to retrieve the connection property value.
See Also
close
, fetch
, hyperfeed
, isconnection
(Hyperfeed functions)
![]() | fetch | hyperfeed | ![]() |