コード例 #1
0
ファイル: PoloniexTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Poloniex());
 }
コード例 #2
0
ファイル: BitMarketPlTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BitMarketPl());
 }
コード例 #3
0
ファイル: BTCLevelsTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\BTCLevels());
 }
コード例 #4
0
ファイル: BitstampTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Bitstamp());
 }
コード例 #5
0
ファイル: AnxproTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Anxpro());
 }
コード例 #6
0
ファイル: KrakenTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Kraken());
 }
コード例 #7
0
ファイル: VircurexTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\Vircurex());
 }
コード例 #8
0
ファイル: JustcoinAnxTest.php プロジェクト: openclerk/wallets
 function __construct()
 {
     parent::__construct(new \Account\Wallet\JustcoinAnx());
 }
コード例 #9
0
ファイル: CryptsyTest.php プロジェクト: openclerk/wallets
 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"));
 }