Skip to content

Commit

Permalink
Fixes a typo in OrderTypeString (#47)
Browse files Browse the repository at this point in the history
simit --> limit
  • Loading branch information
martinov authored and dingmaotu committed Sep 19, 2019
1 parent a109f2c commit 47ee06a
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 47ee06a

Please sign in to comment.