.gitignore | 100644 | 0 | 0 | | | 118 Bytes | e2921b47434fee642cc41a4a607890fc7b9f5dd78542e6d01233058d17191910 |
.travis.yml | 100644 | 0 | 0 | | | 127 Bytes | 5c159813f647685b244341a436850215af9fcd1a535f9bd850dbd50cee6c303b |
Gemfile | 100644 | 0 | 0 | | | 39 Bytes | c754e36f9b0fd0003a7b979b4a45a51150c6069191c2c6e341b3cea5dbe83513 |
LICENSE | 100644 | 0 | 0 | | | 1.05 KB | baee1f0795bbbcb2de9bb80e57efbb3a01997344a21a8a4b260af27d63999dd5 |
README.md | 100644 | 0 | 0 | | | 2.96 KB | 6847d469652840fd858fd197ff82fa9d0d8886c8d754b1acc8363ecf20ef6409 |
Rakefile | 100644 | 0 | 0 | | | 29 Bytes | 6944f3902b3b683101110a7624d32bdbd42f16df6252e85cf4ef0d96f0454c7b |
lib/quadrigacx.rb | 100644 | 0 | 0 | | | 461 Bytes | a008dc7e678770faa7b87deb97b4d3c683c97edd31fb203c9d34cbbcd439fce2 |
lib/quadrigacx/client.rb | 100644 | 0 | 0 | | | 622 Bytes | 22a80b9c43828a9b73aae6f46e44834eafec199c39e752a34d42b4860c26536a |
lib/quadrigacx/client/private.rb | 100644 | 0 | 0 | | | 3.34 KB | 756e205a91f0c5902a215679ddccc587f6ad025852a9f3a86b8b787c8b040d1a |
lib/quadrigacx/client/public.rb | 100644 | 0 | 0 | | | 822 Bytes | 96645ed89c0721a7b7f116e50cc929200dfad5d000f57658156854d448ab8f1f |
lib/quadrigacx/coin.rb | 100644 | 0 | 0 | | | 364 Bytes | d0bb48ddd7280db92d1ad9395a4900bdb15a5c3693f944bff4fc6f891d7d46b0 |
lib/quadrigacx/error.rb | 100644 | 0 | 0 | | | 345 Bytes | e0abe30772a2330b88aa4d5581fafcf14d19d2ef1987fb0c95346355a08ad9f2 |
lib/quadrigacx/request.rb | 100644 | 0 | 0 | | | 2.51 KB | 03a83618ae9545281cee28a340b673a63cf7c6e9c1f44dd557062bba22c7ed54 |
lib/quadrigacx/version.rb | 100644 | 0 | 0 | | | 42 Bytes | 528131a6edee5688da83a3b44923ed0602ea40980b9f2a33855c4d1f72f7d09e |
quadrigacx.gemspec | 100644 | 0 | 0 | | | 1.3 KB | 519f8db5ad22e57834582087fc3bc8734699c9f0c54fb14e89cd35910161cab9 |
spec/client_spec.rb | 100644 | 0 | 0 | | | 9.19 KB | 262cc65bb0010c8b3de2dba0d946ee09d43c4e4cb407f42ed805c53a3740f89e |
spec/coin_spec.rb | 100644 | 0 | 0 | | | 368 Bytes | 8b46b7ff5a029e7d770b79f633e51ed2d029a5f2756b0682beb27c399e36623b |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_balance/returns_all_account_balances.yml | 100644 | 0 | 0 | | | 1.53 KB | f1a9641f886369a3b27895f5a6c0e61617754b618c2c3bc31bbaa2fb0510b612 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_cancel_order/cancels_an_order.yml | 100644 | 0 | 0 | | | 6.71 KB | 5c251f832501d8ae88fa3940cdbc317edcd1240848b5cb755c5cc93db9e6d3da |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_deposit_address/valid_coin_type/success_in_retrieving_deposit_address_for_valid_coin_type.yml | 100644 | 0 | 0 | | | 1.44 KB | eb145730f55702463afdb145511355af1c50dd3961da3428a1297348e8a4034f |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/errors/throws_an_error_when_exceeding_available_balance.yml | 100644 | 0 | 0 | | | 14.7 KB | c0d6695886daa766b25a534eec26a4016461e203ab5f6ce1958705a259dadded |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/errors/throws_an_error_when_exceeding_balance.yml | 100644 | 0 | 0 | | | 14.7 KB | 52fc2956a0181c9a1d03efacdd1e62ca5f77832b907c01db8f508b441e2e0385 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/errors/throws_an_error_when_no_price_is_provided.yml | 100644 | 0 | 0 | | | 13.2 KB | 720cac1089ac2939cfb072afda3d374d65c00baff3c39750c958d195050e7288 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/errors/throws_an_error_when_the_amount_is_too_small.yml | 100644 | 0 | 0 | | | 14.7 KB | add30c84c3b1f8d5acdb3b8807d2db3bc3244db19119dad71396e3d899eaffb1 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/places_a_USD_limit_buy_order.yml | 100644 | 0 | 0 | | | 13.1 KB | 65416df5f9a9d016033cb17d12f6b9a8f07f493db8db0f8e96e737dfe2750b24 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/places_a_limit_buy_order.yml | 100644 | 0 | 0 | | | 11.9 KB | bdc8f2acd727e17d0ccd17c7422d79543eecc4a0370f76d27b0aa7f115a8c83f |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_buy/places_a_limit_buy_order_cad.yml | 100644 | 0 | 0 | | | 13 KB | 5f5b46cf8f147e51f07db205f2071317bd4d3064d7b93ab53d0cf7bed93b1474 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_sell/errors/throws_an_error_when_no_price_is_provided.yml | 100644 | 0 | 0 | | | 13.2 KB | bd3e3b9a9eef591f1fc07b8cbe8ab3fe83623f701e3c124e495b427f566cd9b7 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_sell/places_a_USD_limit_sell_order.yml | 100644 | 0 | 0 | | | 13.2 KB | 5a58929a5e4c2968c9f4fb61dd52a7a9f913e5e4fb28954837cf5246bbf7a466 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_limit_sell/places_a_limit_sell_order.yml | 100644 | 0 | 0 | | | 13.2 KB | 45f144c6a97b6a1c64fe3fbc1897670d5900e861adaa15c0c3f97095284d1479 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_lookup_order/looks_up_an_order.yml | 100644 | 0 | 0 | | | 1.88 KB | e45d57f2fa83abf6a8a069704b3b928e5dc0cd2789649afea42d33037922991e |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_market_buy/places_a_USD_market_buy_order.yml | 100644 | 0 | 0 | | | 2.89 KB | 402847c4b6559b6a7fc83276f82d25c156727c3019080b3578db29bd2b633a8e |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_market_buy/places_a_market_buy_order.yml | 100644 | 0 | 0 | | | 1.46 KB | 01293cf8ce2a18262c9358d138ea354d2fd3137cf8f5bef290e9961d38be2c75 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_market_sell/places_a_USD_market_sell_order.yml | 100644 | 0 | 0 | | | 2.89 KB | b305358130b92518dae98a012d4581eacacef52d23a11f88d63cf63134557a4f |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_market_sell/places_a_market_sell_order.yml | 100644 | 0 | 0 | | | 1.46 KB | 71fa48f1452430d212e448105b6bdd10f31a9f6933a580480e90c12388907a0f |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_open_orders/lists_USD_open_orders.yml | 100644 | 0 | 0 | | | 16.3 KB | 76abb67677d1007418414985ec82926ee48f04150ed7d00db66cb6004d46ad4a |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_open_orders/lists_open_orders.yml | 100644 | 0 | 0 | | | 23.1 KB | 3bdc2ec5629aa2d68d2f0f0d4fea84701e7479ff57ec149163a86db043b3ae66 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_user_transactions/returns_a_list_of_USD_transactions.yml | 100644 | 0 | 0 | | | 22 KB | 063bc157b9bb75c1149a8bfd78ea32f612c2f8353b913c921abf0dd5a4823269 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_user_transactions/returns_a_list_of_limited_transactions.yml | 100644 | 0 | 0 | | | 2.08 KB | 98678a97710e1b79dc15b4f168bb94cf4736e6a56bda296b335eacc7b0d59e8f |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_user_transactions/returns_a_list_of_transactions.yml | 100644 | 0 | 0 | | | 11 KB | 0341fee1de958f7c63029603783980a751dd9b8eef0c9de6527f7e749a4a6cd1 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/private/_withdraw/valid_coin_type/success_in_withdrawal.yml | 100644 | 0 | 0 | | | 1.44 KB | 7c5076ede7a7a342b2ec50ec79d1813d8cfdc9f454dd58aa4473786de39a3690 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_order_book/returns_a_USD_order_book.yml | 100644 | 0 | 0 | | | 5.87 KB | 2a401dcab9d6ee897efdeac18c4780f4693809224c9fc402b2d392b6d27e1818 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_order_book/returns_a_list_of_all_open_orders.yml | 100644 | 0 | 0 | | | 3.74 KB | 1c0c5a4bd94e44d902ab27e57b33ec62b1c17d80ad6cb3f30041a0bb020f7c76 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_order_book/when_using_the_group_option/does_not_group_same_price_orders.yml | 100644 | 0 | 0 | | | 10.6 KB | 057ca9b3ac6c239fe995352daa42d9a727a0686bd362e5461a9ba2b2292a016a |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_order_book/when_using_the_ungrouped_option/does_not_group_same_price_orders.yml | 100644 | 0 | 0 | | | 10.6 KB | f26b49c3c4f63c3c35f4cbcefc0333e42e22445697cf34658d325de858b341a0 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_ticker/returns_trading_information.yml | 100644 | 0 | 0 | | | 1.4 KB | 291651e556367d54de5429be271c435b678006ea852de838f6f6dde61e630a76 |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_transactions/returns_a_list_of_USD_trades.yml | 100644 | 0 | 0 | | | 4.1 KB | 7133b5d7e192b152355f740f5332383eaf10a928fa467c3344225cc50c4ea84b |
spec/fixtures/vcr_cassettes/QuadrigaCX_Client/public/_transactions/returns_a_list_of_recent_trades.yml | 100644 | 0 | 0 | | | 1.46 KB | d0153262386387088f3023671546e31277c482ef29276f5e6ab4c37bee05e81b |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 409 Bytes | 94a7296fd1d446a9b1767ade492bc336049b0ce3759195a8157ee600fcfac024 |