code = $s; } function getCode() { return $this->code; } function setLastUpdateTime($s) { $this->lastUpdateTime = $s; } function getLastUpdateTime() { return $this->lastUpdateTime; } function setOpenValue($s) { $this->openValue = $s; } function getOpenValue() { return $this->openValue; } function setCurrentValue($s) { $this->currentValue = $s; } function getCurrentValue() { return $this->currentValue; } function setLowValue($s) { $this->lowValue = $s; } function getLowValue() { return $this->lowValue; } function setHighValue($s) { $this->highValue = $s; } function getHighValue() { return $this->highValue; } function setNetChange($s) { $this->netChange = $s; } function getNetChange() { return $this->netChange; } function setPrcChange($s) { $this->prcChange = $s; } function getPrcChange() { return $this->prcChange; } } ?>