コード例 #1
0
ファイル: MtGoxTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\MtGox());
 }
コード例 #2
0
ファイル: VirtExTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\VirtEx());
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct(new \Exchange\VaultOfSatoshi());
 }
コード例 #4
0
ファイル: MintPalTest.php プロジェクト: openclerk/exchanges
 function __construct()
 {
     parent::__construct(new \Exchange\MintPal());
 }