| Datafeed Toolbox | ![]() |
Get FT Interactive Data connection properties
Syntax
Arguments
Connect |
FT Interactive Data connection object created with the idc command. |
|
(optional) A MATLAB string or cell array of strings containing property names. Property names are:ConnectedConnectionQueued |
Description
value = get(Connect, ' returns the value of the specified properties for the FT Interactive Data connection object. 'PropertyName')
PropertyName' is a string or cell array of strings containing property names.
value = get(Connect)
returns a MATLAB structure. Each field name is the name of a property of Connect, and each field contains the value of that property.
See Also
close, fetch, idc, isconnection (FT Interactive Data functions)
| fetch | idc | ![]() |