Skip to content

Commit

Permalink
Update fix.js
Browse files Browse the repository at this point in the history
  • Loading branch information
raikov committed May 5, 2016
1 parent 7ff0fbf commit 1bf6d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FIX v.1.0/fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
version:{}
}
var config = FIX.add.config = function(options){
var options = options || {};
this.options = options;
this.options.delimitter = this.options.delimitter || new String('\x01');
this.options.version = this.options.version || '4.4';
Expand All @@ -86,4 +87,4 @@
module.exports = FIX;
}
else { root.FIX = FIX; }
})(this);
})(this);

0 comments on commit 1bf6d7f

Please sign in to comment.