Skip to content

Commit

Permalink
CBT-598 Fix issue with market data request
Browse files Browse the repository at this point in the history
git-svn-id: https://source.marketcetera.org/root/trunk@17376 501a4a96-914b-0410-8454-f5988a4ca596
  • Loading branch information
colin committed Apr 11, 2017
1 parent 7a0bc57 commit 895cbbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ public boolean equals(Object obj)
public String toString()
{
StringBuilder output = new StringBuilder();
output.append('[').append(requestId).append("] ");
boolean delimiterNeeded = false;
Set<String> symbols = getSymbols();
if(symbols != null &&
Expand Down

0 comments on commit 895cbbc

Please sign in to comment.