avgprice = $s; } function getAvgprice() { return $this->avgprice; } function setBestAskPrice($s) { $this->bestAskPrice = $s; } function getBestAskPrice() { return $this->bestAskPrice; } function setBestAskVol($s) { $this->bestAskVol = $s; } function getBestAskVol() { return $this->bestAskVol; } function setBestBidVol($s) { $this->bestBidVol = $s; } function getBestBidVol() { return $this->bestBidVol; } function setBestBidPrice($s) { $this->bestBidPrice = $s; } function getBestBidPrice() { return $this->bestBidPrice; } function setClosePrice($s) { $this->closePrice = $s; } function getClosePrice() { return $this->closePrice; } function setHighPriceCurrent($s) { $this->highpriceCurrent = $s; } function getHighPriceCurrent() { return $this->highpriceCurrent; } function setLastBestTime($s) { $this->lastBestTime = $s; } function getLastBestTime() { return $this->lastBestTime; } function setLastTopTime($s) { $this->lastTopTime = $s; } function getLastTopTime() { return $this->lastTopTime; } function setLastTradeTime($s) { $this->lastTradeTime = $s; } function getLastTradeTime() { return $this->lastTradeTime; } function setLowPriceCurrent($s) { $this->lowpriceCurrent = $s; } function getLowpriceCurrent() { return $this->lowpriceCurrent; } function setMarketCode($s) { $this->marketCode = $s; } function getMarketCode() { return $this->marketCode; } function setNetChgFromOfficialPrice($s) { $this->netChgFromOfficialPrice = $s; } function getNetChgFromOfficialPrice() { return $this->netChgFromOfficialPrice; } function setOpenPrice($s) { $this->openPrice = $s; } function getOpenPrice() { return $this->openPrice; } function setPotentialOpenPrice($s) { $this->potentialOpenPrice = $s; } function getPotentialOpenPrice() { return $this->potentialOpenPrice; } function setPotentialOpenVol($s) { $this->potentialOpenVol = $s; } function getPotentialOpenVol() { return $this->potentialOpenVol; } function setPrcChgFromOfficialPrice($s) { $this->prcChgFromOfficialPrice = $s; } function getPrcChgFromOfficialPrice() { return $this->prcChgFromOfficialPrice; } function setReferencePrice($s) { $this->referencePrice = $s; } function getReferencePrice() { return $this->referencePrice; } function setSymbolCode($s) { $this->symbolCode = $s; } function getSymbolCode() { return $this->symbolCode; } function setSymbolStatus($s) { $this->symbolStatus = $s; } function getSymbolStatus() { return $this->symbolStatus; } function setTrades($s) { $this->trades = $s; } function getTrades() { return $this->trades; } function setValue($s) { $this->value = $s; } function getValue() { return $this->value; } function setVolume($s) { $this->volume = $s; } function getVolume() { return $this->volume; } function setNivel1($a, $b, $aVol, $bVol) { $this->nivel1 = new Nivel($a, $b, $aVol, $bVol); } function getNivel1() { return $this->nivel1; } function setNivel2($a, $b, $aVol, $bVol) { $this->nivel2 = new Nivel($a, $b, $aVol, $bVol); } function getNivel2() { return $this->nivel2; } function setNivel3($a, $b, $aVol, $bVol) { $this->nivel3 = new Nivel($a, $b, $aVol, $bVol); } function getNivel3() { return $this->nivel3; } function setNivel4($a, $b, $aVol, $bVol) { $this->nivel4 = new Nivel($a, $b, $aVol, $bVol); } function getNivel4() { return $this->nivel4; } function setNivel5($a, $b, $aVol, $bVol) { $this->nivel5 = new Nivel($a, $b, $aVol, $bVol); } function getNivel5() { return $this->nivel5; } } ?>