Exemple #1
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Poloniex());
 }
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BitMarketPl());
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BTCLevels());
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Bitstamp());
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Anxpro());
 }
Exemple #6
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Kraken());
 }
Exemple #7
0
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Vircurex());
 }
 function __construct()
 {
     parent::__construct(new \Account\Wallet\JustcoinAnx());
 }
Exemple #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"));
 }