Example #1
0
 function __construct()
 {
     parent::__construct(new \Exchange\BTCe());
 }
Example #2
0
 function __construct()
 {
     parent::__construct(new \Exchange\Vircurex());
 }
Example #3
0
 function __construct()
 {
     parent::__construct(new \Exchange\ItBit());
 }
Example #4
0
 function __construct()
 {
     parent::__construct(new \Exchange\Anxpro());
 }
Example #5
0
 function __construct()
 {
     parent::__construct(new \Exchange\Bitstamp());
 }
Example #6
0
 function __construct()
 {
     parent::__construct(new \Exchange\CEXio());
 }
Example #7
0
 function __construct()
 {
     parent::__construct(new \Exchange\Kraken());
 }
Example #8
0
 function __construct()
 {
     parent::__construct(new \Exchange\BitmarketPl());
 }
Example #9
0
 function __construct()
 {
     parent::__construct(new \Exchange\Cryptsy());
     // public API key details for cryptsy API
     \Openclerk\Config::overwrite(array("exchange_cryptsy_key" => "21222550a305da84dc", "exchange_cryptsy_secret" => "openclerk/exchanges"));
 }
Example #10
0
 function __construct()
 {
     parent::__construct(new \Exchange\Bittrex());
 }
Example #11
0
 function __construct()
 {
     parent::__construct(new \Exchange\CoinsE());
 }
 function __construct()
 {
     parent::__construct(new \Exchange\TheMoneyConverter());
 }
Example #13
0
 function __construct()
 {
     parent::__construct(new \Exchange\Poloniex());
 }