Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Poloniex());
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BitMarketPl());
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BTCLevels());
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Bitstamp());
 }
Exemplo n.º 5
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Anxpro());
 }
Exemplo n.º 6
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Kraken());
 }
Exemplo n.º 7
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Vircurex());
 }
Exemplo n.º 8
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\JustcoinAnx());
 }
Exemplo n.º 9
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Cryptsy());
     // public API key details for cryptsy API
     \Openclerk\Config::overwrite(array("exchange_cryptsy_key" => "21222550a305da84dc", "exchange_cryptsy_secret" => "openclerk/exchanges"));
 }