Skip to content

Commit

Permalink
Update ApiClient.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravadre committed May 20, 2014
1 parent 70c98b2 commit b32a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Matlab/@ApiClient/ApiClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function Logout(obj)
stopLoss = varargin{2}; % get SL passed to function
takeProfit = 0; % set default values to Tp

case 3 % Only price and stopLoss is given
case 3 % All three parameters are given
price = varargin{1}; % get price passed to function
stopLoss = varargin{2}; % get SL passed to function
takeProfit = varargin{3}; % get TP passed to function
Expand Down

0 comments on commit b32a8d7

Please sign in to comment.