Home Segments Index Top Previous Next

289: Mainline

The following is a one-dimensional array with three places for storing trade objects, each of which includes, say, the price per share and the number of shares:

      0            1            2              <-- Index 
*------------*------------*------------* 
|  trade     |  trade     |  trade     | 
|  object    |  object    |  object    | 
*------------*------------*------------*