d = tradelogout(c,logonid)
returns logout information after logging out from the Wind Data Feed Services (WDS) order management system using the WDS connection and the login
identifier.
If the error code is 0 and the message is an empty character vector, then the login is successful.
Query for account information using the WDS connection, Account query
term, and login identifier. Use the login identifier returned by the
tradelogin function with the 'LogonID' name-value
pair argument.
q = 'Account';
logonid = d.LogonID;
d = query(c,q,'LogonID',logonid)
WDS connection, specified as a connection object created with the wind function.
logonid — Login identifier character vector | string scalar
Login identifier, specified as a character vector or string scalar.
Specify the value of the login identifier by using the
LogonID variable in the d output
argument of the tradelogin function. For example, enter logonid =
d.LogonID; at the command line.
Logout information, returned as a table with these variables:
Login identifier
Error code
Error message
e — WDS error identifier numeric scalar
WDS error identifier, returned as a numeric scalar. The value 0 indicates a
successful execution of the tradelogout function. Otherwise, for
details about the error, contact Wind Information Co., Ltd.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: United States.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.