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