/usr/include/mamda/MamdaOrderImbalanceRecap.h is in libmamda-dev 2.2.2.1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 | /* $Id$
*
* OpenMAMA: The open middleware agnostic messaging API
* Copyright (C) 2011 NYSE Technologies, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#ifndef MamdaOrderImbalanceRecapH
#define MamdaOrderImbalanceRecapH
#include <mamda/MamdaConfig.h>
#include <mamda/MamdaBasicRecap.h>
#include <mamda/MamdaFieldState.h>
#include <mama/mamacpp.h>
#include <stdio.h>
#include <string.h>
namespace Wombat
{
class MAMDAExpDLL MamdaOrderImbalanceRecap : MamdaBasicRecap
{
public:
/**
* @return Returns the Auction Time.
*/
virtual const MamaDateTime& getAuctionTime() const = 0;
/**
* Get the myAuctionTime field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getAuctionTimeFieldState() const = 0;
/**
* @return Returns the myBuyVolume.
*/
virtual int64_t getBuyVolume() const = 0;
/**
* Get the myBuyVolume field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getBuyVolumeFieldState() const = 0;
/**
* @return Returns the myCrossType.
*/
virtual char getCrossType() const = 0;
/**
* Get the myCrossType field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getCrossTypeFieldState() const = 0;
/**
* @return Returns the myEventSeqNum.
*/
virtual mama_seqnum_t getEventSeqNum() const = 0 ;
/**
* Get the myEventSeqNum field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getEventSeqNumFieldState() const = 0;
/**
* @return Returns the myEventTime.
*/
virtual const MamaDateTime& getEventTime() const = 0;
/**
* Get the myEventTime field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getEventTimeFieldState() const = 0;
/**
* @return Returns the myFarClearingPrice.
*/
virtual const MamaPrice& getFarClearingPrice() const = 0;
/**
* Get the myFarClearingPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getFarClearingPriceFieldState() const = 0;
/**
* @return Returns the myHighIndicationPrice.
*/
virtual const MamaPrice& getHighIndicationPrice() const = 0;
/**
* Get the myHighIndicationPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getHighIndicationPriceFieldState() const = 0;
/**
* @return Returns the myIndicationPrice.
*/
virtual const MamaPrice& getImbalancePrice () const = 0;
/**
* Get the myIndicationPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getImbalancePriceFieldState() const = 0;
/**
* @return Returns the myInsideMatchPrice.
*/
virtual const MamaPrice& getMatchPrice() const = 0;
/**
* Get the myInsideMatchPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getMatchPriceFieldState() const = 0;
/**
* @return Returns the myIssueSymbol.
*/
virtual const char* getIssueSymbol() const = 0;
/**
* Get the myIssueSymbol field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getIssueSymbolFieldState() const = 0;
/**
* @return Returns the myLowIndicationPrice.
*/
virtual const MamaPrice& getLowIndicationPrice() const = 0;
/**
* Get the myLowIndicationPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getLowIndicationPriceFieldState() const = 0;
/**
* @return Returns the myMatchVolume.
*/
virtual int64_t getMatchVolume() const = 0;
/**
* Get the myMatchVolume field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getMatchVolumeFieldState() const = 0;
/**
* @return Returns the myMsgType.
*/
virtual int32_t getMsgType() const = 0;
/**
* Get the myMsgType field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getMsgTypeFieldState() const = 0;
/**
* @return Returns the myNearClearingPrice.
*/
virtual const MamaPrice& getNearClearingPrice() const = 0;
/**
* Get the myNearClearingPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getNearClearingPriceFieldState() const = 0;
/**
* @return Returns the myNoClearingPrice.
*/
virtual char getNoClearingPrice() const = 0;
/**
* Get the myNoClearingPrice field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getNoClearingPriceFieldState() const = 0;
/**
* @return Returns the myPartId.
*/
virtual const char* getPartId() const = 0;
/**
* Get the myPartId field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getPartIdFieldState() const = 0;
/**
* @return Returns the myPriceVarInd.
*/
virtual char getPriceVarInd() const = 0;
/**
* Get the myPriceVarInd field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getPriceVarIndFieldState() const = 0;
/**
* @return Returns the mySecurityStatusOrig.
*/
virtual const char* getSecurityStatusOrig() const = 0;
/**
* Get the mySecurityStatusOrig field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getSecurityStatusOrigFieldState() const = 0;
/**
* @return Returns the mySecurityStatusQual.
*/
virtual const char* getImbalanceState() const = 0;
/**
* Get the mySecurityStatusQual field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getImbalanceStateFieldState() const = 0;
/**
* @return Returns the mySecurityStatusTime.
*/
virtual const MamaDateTime& getSecurityStatusTime() const = 0;
/**
* Get the mySecurityStatusTime field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getSecurityStatusTimeFieldState() const = 0;
/**
* @return Returns the mySellVolume.
*/
virtual int64_t getSellVolume() const = 0;
/**
* Get the mySellVolume field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getSellVolumeFieldState() const = 0;
/**
* @return Returns the mySeqNum.
*/
virtual mama_seqnum_t getSeqNum() const = 0;
/**
* Get the mySeqNum field state
*
* @return MamdaFieldState. An enumeration representing field state.
*/
virtual MamdaFieldState getSeqNumFieldState() const = 0;
virtual ~MamdaOrderImbalanceRecap () {};
};//class
}//namespace
#endif
|