コード例 #1
0
ファイル: BTCeTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\BTCe());
 }
コード例 #2
0
ファイル: VircurexTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\Vircurex());
 }
コード例 #3
0
ファイル: ItBitTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\ItBit());
 }
コード例 #4
0
ファイル: AnxproTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\Anxpro());
 }
コード例 #5
0
ファイル: BitstampTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\Bitstamp());
 }
コード例 #6
0
ファイル: CEXioTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\CEXio());
 }
コード例 #7
0
ファイル: KrakenTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\Kraken());
 }
コード例 #8
0
 function __construct()
 {
     parent::__construct(new \Exchange\BitmarketPl());
 }
コード例 #9
0
ファイル: CryptsyTest.php プロジェクト: openclerk/exchanges
 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"));
 }
コード例 #10
0
ファイル: BittrexTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\Bittrex());
 }
コード例 #11
0
ファイル: CoinsETest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\CoinsE());
 }
コード例 #12
0
 function __construct()
 {
     parent::__construct(new \Exchange\TheMoneyConverter());
 }
コード例 #13
0
ファイル: PoloniexTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\Poloniex());
 }