Home
last modified time | relevance | path

Searched refs:AllocationReport (Results 1 – 24 of 24) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DAllocationReport.h9 class AllocationReport : public Message
12 AllocationReport() : Message(MsgType()) {} in AllocationReport() function
13 AllocationReport(const FIX::Message& m) : Message(m) {} in AllocationReport() function
14 AllocationReport(const Message& m) : Message(m) {} in AllocationReport() function
15 AllocationReport(const AllocationReport& m) : Message(m) {} in AllocationReport() function
18 AllocationReport( in AllocationReport() function
H A DMessageCracker.h110 class AllocationReport; variable
289 virtual void onMessage( const AllocationReport&, const FIX::SessionID& ) in onMessage() argument
398 virtual void onMessage( AllocationReport&, const FIX::SessionID& ) {} in onMessage() argument
654 onMessage( (const AllocationReport&)message, sessionID ); in crack()
942 onMessage( (AllocationReport&)message, sessionID ); in crack()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50/
H A DAllocationReport.h9 class AllocationReport : public Message
12 AllocationReport() : Message(MsgType()) {} in AllocationReport() function
13 AllocationReport(const FIX::Message& m) : Message(m) {} in AllocationReport() function
14 AllocationReport(const Message& m) : Message(m) {} in AllocationReport() function
15 AllocationReport(const AllocationReport& m) : Message(m) {} in AllocationReport() function
18 AllocationReport( in AllocationReport() function
H A DMessageCracker.h102 class AllocationReport; variable
273 virtual void onMessage( const AllocationReport&, const FIX::SessionID& ) in onMessage() argument
390 virtual void onMessage( AllocationReport&, const FIX::SessionID& ) {} in onMessage() argument
630 onMessage( (const AllocationReport&)message, sessionID ); in crack()
918 onMessage( (AllocationReport&)message, sessionID ); in crack()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp1/
H A DAllocationReport.h9 class AllocationReport : public Message
12 AllocationReport() : Message(MsgType()) {} in AllocationReport() function
13 AllocationReport(const FIX::Message& m) : Message(m) {} in AllocationReport() function
14 AllocationReport(const Message& m) : Message(m) {} in AllocationReport() function
15 AllocationReport(const AllocationReport& m) : Message(m) {} in AllocationReport() function
18 AllocationReport( in AllocationReport() function
H A DMessageCracker.h102 class AllocationReport; variable
285 virtual void onMessage( const AllocationReport&, const FIX::SessionID& ) in onMessage() argument
426 virtual void onMessage( AllocationReport&, const FIX::SessionID& ) {} in onMessage() argument
678 onMessage( (const AllocationReport&)message, sessionID ); in crack()
1002 onMessage( (AllocationReport&)message, sessionID ); in crack()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix50sp2/
H A DAllocationReport.h9 class AllocationReport : public Message
12 AllocationReport() : Message(MsgType()) {} in AllocationReport() function
13 AllocationReport(const FIX::Message& m) : Message(m) {} in AllocationReport() function
14 AllocationReport(const Message& m) : Message(m) {} in AllocationReport() function
15 AllocationReport(const AllocationReport& m) : Message(m) {} in AllocationReport() function
18 AllocationReport( in AllocationReport() function
H A DMessageCracker.h102 class AllocationReport; variable
288 virtual void onMessage( const AllocationReport&, const FIX::SessionID& ) in onMessage() argument
435 virtual void onMessage( AllocationReport&, const FIX::SessionID& ) {} in onMessage() argument
690 onMessage( (const AllocationReport&)message, sessionID ); in crack()
1023 onMessage( (AllocationReport&)message, sessionID ); in crack()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix44.rb11773 class AllocationReport < Message class
H A Dquickfix50.rb15692 class AllocationReport < Message class
H A Dquickfix50sp1.rb17439 class AllocationReport < Message class
H A Dquickfix50sp2.rb20216 class AllocationReport < Message class
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix44.py10431 class AllocationReport(Message): class
H A Dquickfix50.py13838 class AllocationReport(Message): class
H A Dquickfix50sp1.py15423 class AllocationReport(Message): class
H A Dquickfix50sp2.py17860 class AllocationReport(Message): class
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix44.py10431 class AllocationReport(Message): class
H A Dquickfix50.py13838 class AllocationReport(Message): class
H A Dquickfix50sp1.py15423 class AllocationReport(Message): class
H A Dquickfix50sp2.py17860 class AllocationReport(Message): class
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix44.py10431 class AllocationReport(Message): class
H A Dquickfix50.py13838 class AllocationReport(Message): class
H A Dquickfix50sp1.py15423 class AllocationReport(Message): class
H A Dquickfix50sp2.py17860 class AllocationReport(Message): class