예제 #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);
 }
예제 #2
0
 public function BMF(DateMap $dateMap)
 {
     $this->name = "BMF";
     $this->type = "BMF";
     parent::Cotation($dateMap);
 }
예제 #3
0
 public function London(DateMap $map)
 {
     parent::Cotation($map);
     $this->name = "Londres";
     $this->type = "London";
 }
예제 #4
0
 public function EuroCom(DateMap $map)
 {
     $this->name = "Euro";
     $this->type = "Euro";
     parent::Cotation($map);
 }
예제 #5
0
 public function NewYork(DateMap $map)
 {
     $this->name = "NY";
     $this->type = "NY";
     parent::Cotation($map);
 }
예제 #6
0
 public function DolarCom(DateMap $dateMap)
 {
     $this->name = "DÓLAR";
     $this->type = "Dolar";
     parent::Cotation($dateMap);
 }