开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

TWSAPI: General: Anyone know how to refrence a webpage and read it?


Richard Foulk
 

} Does anyone know how to refrence a webpage and read its content
} programatically?
}
} A friend of mine was able to read the CME settlement page and get the
} settlement price for SPoos and Noodles using ensign charting scripts
}
} Here is the site:
}
} .
} html
}
} It apparently is in a delimited format and can be read. Any ideas on
} how to do that in VB or C++
}
} Useful for including Net change in your spreadsheets, without relying
} on a secondary feed or manual entry.
}
} Scott
}

I do that stuff in Perl all the time.

BTW: just got some stuff back from IB ... they say they sample quotes
every .7 seconds. So I guess the filtering isn't very complex ...

Oh and Noodles? Are you from Jay's Smurf room? :-)


Richard


marinindextrader
 

RAL room

Futures only here


--- In twsapi@y..., Richard Foulk <richard@s...> wrote:
} Does anyone know how to refrence a webpage and read its content
} programatically?
}
} A friend of mine was able to read the CME settlement page and get
the
} settlement price for SPoos and Noodles using ensign charting
scripts
}
} Here is the site:
}
}
.
} html
}
} It apparently is in a delimited format and can be read. Any ideas
on
} how to do that in VB or C++
}
} Useful for including Net change in your spreadsheets, without
relying
} on a secondary feed or manual entry.
}
} Scott
}

I do that stuff in Perl all the time.

BTW: just got some stuff back from IB ... they say they sample
quotes
every .7 seconds. So I guess the filtering isn't very complex ...

Oh and Noodles? Are you from Jay's Smurf room? :-)


Richard


David
 

开云体育

Richard,
dont know Perl but Daniel is spot on for VB and VC..
Now, in Perl can you look at Java Window and parse it?
To give you an example - in VB i find JAva window through API's and copy the content and parse it. Fortunately it is in text format. It is an awkward step as you need to focus mouse on that window.
Can you look inside the java window using perl and parse it?
I just need direction? - if yes i will learn about it.
Thanks
David
?

----- Original Message -----
Sent: Saturday, June 15, 2002 1:24 AM
Subject: Re: TWSAPI: General: Anyone know how to refrence a webpage and read it?

} Does anyone know how to refrence a webpage and read its content
} programatically?
}
} A friend of mine was able to read the CME settlement page and get the
} settlement price for SPoos and Noodles using ensign charting scripts
}
} Here is the site:
}
}
} html
}
} It apparently is in a delimited format and can be read. Any ideas on
} how to do that in VB or C++
}
} Useful for including Net change in your spreadsheets, without relying
} on a secondary feed or manual entry.
}
} Scott
}

I do that stuff in Perl all the time.

BTW:? just got some stuff back from IB ... they say they sample quotes
every .7 seconds.? So I guess the filtering isn't very complex ...

Oh and Noodles?? Are you from Jay's Smurf room?? :-)


Richard

To unsubscribe from this group, send an email to:
twsapi-unsubscribe@...



Your use of Yahoo! Groups is subject to the .


Richard Foulk
 

I haven't used Perl to parse Java. But it's a good tool for parsing
all kinds of text, as in the original question.


Richard

} Richard,
} dont know Perl but Daniel is spot on for VB and VC..
} Now, in Perl can you look at Java Window and parse it?
} To give you an example - in VB i find JAva window through API's and copy th
} e content and parse it. Fortunately it is in text format. It is an awkward
} step as you need to focus mouse on that window.
} Can you look inside the java window using perl and parse it?
} I just need direction - if yes i will learn about it.
} Thanks
} David
}

} ----- Original Message -----
} From: Richard Foulk=20
} To: twsapi@...=20
} Sent: Saturday, June 15, 2002 1:24 AM
} Subject: Re: TWSAPI: General: Anyone know how to refrence a webpage and r
} ead it?
}
}
} } Does anyone know how to refrence a webpage and read its content
} } programatically?
} }
} } A friend of mine was able to read the CME settlement page and get the
} } settlement price for SPoos and Noodles using ensign charting scripts
} }
} } Here is the site:
} }
} } .
} } html
} }
} } It apparently is in a delimited format and can be read. Any ideas on
} } how to do that in VB or C++
} }
} } Useful for including Net change in your spreadsheets, without relying
} } on a secondary feed or manual entry.
} }
} } Scott
} }
}
} I do that stuff in Perl all the time.
}
} BTW: just got some stuff back from IB ... they say they sample quotes
} every .7 seconds. So I guess the filtering isn't very complex ...
}
} Oh and Noodles? Are you from Jay's Smurf room? :-)
}
}
} Richard