Datafeed Toolbox    
get

Get Hyperfeed connection properties

Syntax

Arguments

Connect
Hyperfeed connection object created with the hyperfeed 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 the value of the specified properties for the Hyperfeed connection object.

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