PureBytes Links
Trading Reference Links
|
I'm trying to use one of the VB examples in the SDK and use the following
query in the request box:
ADVISE 0,1 FROM SYMBOL_DATA WHERE 31="MSFT" AND 276 = "10/1/00" AND 228 =
"10/10/99"
This only returns one day of data into the grid..... Is this because the
GlobalServer is only returning one day of data or a problem with the VB
example not processing the data correctly?
|