Close Money.Net connection
close(c)
example
close(c) closes the Money.Net connection c.
c
collapse all
Create Money.Net connection c using a user name and password.
username = 'user@company.com'; pwd = '999999'; c = moneynet(username,pwd);
Close the Money.Net connection.
Money.Net connection, specified as a connection object created using moneynet.
moneynet
getdata | isconnection | moneynet | news | realtime | timeseries
getdata
isconnection
news
realtime
timeseries