forked from quickfix/quickfix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuickfixRuby.h
More file actions
34 lines (27 loc) · 1.46 KB
/
Copy pathQuickfixRuby.h
File metadata and controls
34 lines (27 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.12
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
* ----------------------------------------------------------------------------- */
#ifndef SWIG_Quickfix_WRAP_H_
#define SWIG_Quickfix_WRAP_H_
namespace Swig {
class Director;
}
class SwigDirector_Application : public FIX::Application, public Swig::Director {
public:
SwigDirector_Application(VALUE self);
virtual ~SwigDirector_Application();
virtual void onCreate(FIX::SessionID const &arg0);
virtual void onLogon(FIX::SessionID const &arg0);
virtual void onLogout(FIX::SessionID const &arg0);
virtual void toAdmin(FIX::Message &arg0, FIX::SessionID const &arg1);
virtual void toApp(FIX::Message &arg0, FIX::SessionID const &arg1) throw(FIX::DoNotSend);
virtual void fromAdmin(FIX::Message const &arg0, FIX::SessionID const &arg1) throw(FIX::FieldNotFound, FIX::IncorrectDataFormat, FIX::IncorrectTagValue, FIX::RejectLogon);
virtual void fromApp(FIX::Message const &arg0, FIX::SessionID const &arg1) throw(FIX::FieldNotFound, FIX::IncorrectDataFormat, FIX::IncorrectTagValue, FIX::UnsupportedMessageType);
};
#endif