Skip to content

Commit

Permalink
#28 - TradingOtherNotAllowedEvent changing number packet (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
oobjectt authored Dec 26, 2022
1 parent c804033 commit c7807d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class IncomingHeader
public static TRADE_NOT_OPEN = 3128;
public static TRADE_OPEN = 2505;
public static TRADE_OPEN_FAILED = 217;
public static TRADE_OTHER_NOT_ALLOWED = 2154;
public static TRADE_OTHER_NOT_ALLOWED = 1254;
public static TRADE_YOU_NOT_ALLOWED = 3058;
public static UNIT = 374;
public static UNIT_CHANGE_NAME = 2182;
Expand Down

0 comments on commit c7807d2

Please sign in to comment.