Esempio n. 1
0
 public function Arabica(DateMap $map)
 {
     parent::Cotation($map);
     $this->type = "Arabica";
     $this->types = new HashMap();
     $this->types();
     //$this->name = $this->name($this->jsonInfo->codigo);
 }
Esempio n. 2
0
 public function BMF(DateMap $dateMap)
 {
     $this->name = "BMF";
     $this->type = "BMF";
     parent::Cotation($dateMap);
 }
Esempio n. 3
0
 public function London(DateMap $map)
 {
     parent::Cotation($map);
     $this->name = "Londres";
     $this->type = "London";
 }
Esempio n. 4
0
 public function EuroCom(DateMap $map)
 {
     $this->name = "Euro";
     $this->type = "Euro";
     parent::Cotation($map);
 }
Esempio n. 5
0
 public function NewYork(DateMap $map)
 {
     $this->name = "NY";
     $this->type = "NY";
     parent::Cotation($map);
 }
Esempio n. 6
0
 public function DolarCom(DateMap $dateMap)
 {
     $this->name = "DÓLAR";
     $this->type = "Dolar";
     parent::Cotation($dateMap);
 }