F
Fred
Hi,
I need to store some financial data from an application that will always
return the latest price. As I need to store this latest price for about 10
different contracts (whose contract name will change over time as different
contracts expire), would it be possible to create some type of array for
this purpose?
Or can an array not be used like this? Any suggestions are welcome.
Example
The application will fire the following event whenever there is a new price.
It returns Price,Volume,Time,Contract.
Where in this example contract would be EUA or JYA.
LastPrice(EUA)="9944"
LastPrice(JYA)="00976"
Thanks.
I need to store some financial data from an application that will always
return the latest price. As I need to store this latest price for about 10
different contracts (whose contract name will change over time as different
contracts expire), would it be possible to create some type of array for
this purpose?
Or can an array not be used like this? Any suggestions are welcome.
Example
The application will fire the following event whenever there is a new price.
It returns Price,Volume,Time,Contract.
Where in this example contract would be EUA or JYA.
LastPrice(EUA)="9944"
LastPrice(JYA)="00976"
Thanks.