Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dingmaotu/mql4-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmaotu committed Oct 9, 2019
2 parents 35431cb + 47ee06a commit bfe9f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trade/Order.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface OrderMatcher
//+------------------------------------------------------------------+
//| Some contant strings |
//+------------------------------------------------------------------+
const string OrderTypeString[]={"buy","sell","buy limit","sell simit","buy stop","sell stop","balance"};
const string OrderTypeString[]={"buy","sell","buy limit","sell limit","buy stop","sell stop","balance"};
const string ORDER_FROM_STR="from #";
const string ORDER_PARTIAL_CLOSE_STR="partial close";
const string ORDER_CLOSE_HEDGE_BY_STR="close hedge by #";
Expand Down

0 comments on commit bfe9f7a

Please sign in to comment.