OpenMAMA
MamdaSecStatusRecap.h
Go to the documentation of this file.
1 /* $Id$
2  *
3  * OpenMAMA: The open middleware agnostic messaging API
4  * Copyright (C) 2011 NYSE Technologies, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19  * 02110-1301 USA
20  */
21 
22 #ifndef MamdaSecStatusRecapH
23 #define MamdaSecStatusRecapH
24 
25 #include <mamda/MamdaConfig.h>
26 #include <mamda/MamdaBasicRecap.h>
29 #include <mamda/MamdaFieldState.h>
30 
31 namespace Wombat
32 {
33 
39  class MAMDAExpDLL MamdaSecStatusRecap : public MamdaBasicRecap
40  {
41  public:
42 
48  virtual const char* getIssueSymbol() const = 0;
49 
54  virtual MamdaFieldState getIssueSymbolFieldState() const = 0;
55 
64  virtual const char* getReason() const = 0;
65 
69  virtual MamdaFieldState getReasonFieldState() const = 0;
70 
83  virtual char getShortSaleCircuitBreaker() const = 0;
84 
88  virtual MamdaFieldState getShortSaleCircuitBreakerFieldState() const = 0;
89 
98  virtual char getSecurityAction() const = 0;
99 
103  virtual MamdaFieldState getSecurityActionFieldState() const = 0;
104 
115  virtual const char* getSecurityType() const = 0;
116 
121  virtual MamdaFieldState getSecurityTypeFieldState() const = 0;
122 
129  virtual const char* getSecurityStatus() const = 0;
130 
152  virtual MamdaSecurityStatus getSecurityStatusEnum() const = 0;
153 
157  virtual MamdaFieldState getSecurityStatusEnumFieldState() const = 0;
158 
180  virtual const char* getSecurityStatusStr() const = 0;
181 
185  virtual MamdaFieldState getSecurityStatusStrFieldState() const = 0;
186 
193  virtual const char* getSecurityStatusQual() const = 0;
194 
292  virtual MamdaSecurityStatusQual getSecurityStatusQualifierEnum() const = 0;
293 
297  virtual MamdaFieldState getSecurityStatusQualifierEnumFieldState() const = 0;
298 
400  virtual const char* getSecurityStatusQualStr() const = 0;
401 
405  virtual MamdaFieldState getSecurityStatusQualStrFieldState() const = 0;
406 
414  virtual const char* getSecurityStatusNative() const = 0;
415 
419  virtual MamdaFieldState getSecurityStatusNativeFieldState() const = 0;
420 
426  virtual const char* getFreeText() const = 0;
427 
431  virtual MamdaFieldState getFreeTextFieldState() const = 0;
432 
433  virtual ~MamdaSecStatusRecap() {};
434 
435  };
436 
437 } // namespace
438 
439 #endif // MamdaSecStatusRecapH


© 2012 Linux Foundation