If i send A quickfix message using
FIX::Session::sendToTarget(FIX::Message, FIX::SessionID)
Then suppose in header of message:
sender Comp ID = s1, target CompID = t1
and in the SessionID variable:
sender Comp ID = s1, target CompID = t2
Will the message go to t1
or t2