Hi,
I'm a developer with no real experience with the financial side of things...
The client wants me to display a table where each row is a stock and the columns are:
Month, Bid, Ask, Last, Change, Open, High, Low, Volume
Month will be tricky as I'll have to calculate which symbol I want and translate it etc...
The "Change" info doesn't seem to be in the feed.
Do i have to calculate it myself?
if so is this simply the difference between 2 sequential "Last Trade" events?
Also:
is there some standard translation mechanims between the Code and the Full Name for each future?
Cheers.
Murray.
I'm a developer with no real experience with the financial side of things...
The client wants me to display a table where each row is a stock and the columns are:
Month, Bid, Ask, Last, Change, Open, High, Low, Volume
Month will be tricky as I'll have to calculate which symbol I want and translate it etc...
The "Change" info doesn't seem to be in the feed.
Do i have to calculate it myself?
if so is this simply the difference between 2 sequential "Last Trade" events?
Also:
is there some standard translation mechanims between the Code and the Full Name for each future?
Cheers.
Murray.
Comment