Redian新闻
>
Client-side application development-HELP
avatar
Client-side application development-HELP# Java - 爪哇娇娃
n*n
1
Dear all,
I like a software, QuoteTracker, very much. Especially the feature of tracing
real-time data quotes from Ameritrade streamer. Since I am customer of
Ameritrade, this will save my money for data feeding. So I am pretty
interested in the techniques that can log on to my account and tracing
information and send order by a nice program.
I am not a CS man, so I have no idea about Client-side application
development. I do have a Python script which can retrieve data from
finance.yahoo.com, b
avatar
j*c
2
I just have some tips in java: you may use java.net.URL and
java.net.HTTPURLConnection to compose and send http requests to prefered
website and then retrieve response message from it. As for the content part of
POST message, just combine input fields together in submitting form (you may
or may not need BASE64 encoding here).
For cookies, using HTTPURLConnection to iterate and retrieve all of them
(don't simply use getHeader("Set-Cookies) since it may not get all cookies
from the response messag

【在 n*****n 的大作中提到】
: Dear all,
: I like a software, QuoteTracker, very much. Especially the feature of tracing
: real-time data quotes from Ameritrade streamer. Since I am customer of
: Ameritrade, this will save my money for data feeding. So I am pretty
: interested in the techniques that can log on to my account and tracing
: information and send order by a nice program.
: I am not a CS man, so I have no idea about Client-side application
: development. I do have a Python script which can retrieve data from
: finance.yahoo.com, b

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。