[Quickfix-users] (no subject)
                
                Brought to you by:
                
                    orenmnero
                    
                
            
            
        
        
        
    | 
     
      
      
      From: <ma...@Ge...> - 2003-06-13 19:56:36
      
     
   | 
I am getting an Order Cancel Reject message in my log files but it is n=
ot
getting handled by my Application::fromApp(...) member function.  Why?
The FIX message is:
    8=3DFIX.4.1
    9=3D157
    10=3D131
    11=3DA15:46:22:0
    34=3D163
    35=3D9
    37=3DUnknown
    39=3D-1
    41=3D(Unknown)
    43=3DN
    49=3DFOO
    50=3DNY-ITEST01
    52=3D20030613-19:46:37
    56=3DGC_FIX1
    57=3DGC_FIX1
    58=3DCLORDID LOOKUP FAILED
    102=3D1
And fromApp(...) is:
    void Application::fromApp(const FIX::Message& message,
                              const FIX::SessionID& sessionID)
                      throw(FIX::FieldNotFound&,
                            FIX::IncorrectDataFormat&,
                            FIX::IncorrectTagValue&,
                            FIX::UnsupportedMessageType&)
    {
       std::cout << std::endl << "IN: " << message << std::endl;
       crack(message, sessionID);
    }
Any help or insight on this one would be appreciated.
Thank you,
Marc
---------------------------------------------------------------------
Marc Schwarzschild                                     1-646-825-2163
Gerber Capital Management Inc.                      120 Broadway, NYC
Confidentiality note: This e-mail contains information from Gerber Capi=
tal
Management,Inc and/or its affiliates that is confidential and/or legall=
y
privileged.=A0=A0 This information is intended only for the use of the =
individual
or entity named on this e-mail.=A0 This e-mail and its content may
not be reproduced or retransmitted without the express written permissi=
on of
Gerber Capital Management,Inc.
Sent via wireless
 |