cf-trade-client 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/client/client.rb +1 -1
- metadata +1 -1
data/lib/client/client.rb
CHANGED
@@ -16,7 +16,7 @@ limitations under the License.
|
|
16
16
|
require 'faye/websocket'
|
17
17
|
module Coinfloor
|
18
18
|
class CFClient
|
19
|
-
def initialize(domain,uid,api_key,
|
19
|
+
def initialize(domain,uid,pass,api_key,pkey=nil)
|
20
20
|
|
21
21
|
if domain.include?("ws://")||domain.include?("wss://")
|
22
22
|
@messages=[]
|