Class: Quickfix50Sp2::PartyActionReport
- Inherits:
-
Message
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Message
- Message
- Quickfix50Sp2::PartyActionReport
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoInstrumentScopeSecurityAltID, NoPartyIDs, NoRelatedPartyDetailID, NoRequestingPartyIDs
Instance Method Summary collapse
-
#initialize ⇒ PartyActionReport
constructor
A new instance of PartyActionReport.
Methods inherited from Quickfix::Message
InitializeXML, #addGroup, #bodyLength, #checkSum, #clear, #getGroup, #getHeader, #getSessionID, #getTrailer, #hasGroup, #hasValidStructure, #isAdmin, isAdminMsgType, #isApp, #isEmpty, isHeaderField, isTrailerField, #removeGroup, #replaceGroup, #reverseRoute, #setGroup, #setSessionID, #setString, #setStringHeader, toApplVerID, toBeginString, #toString, #toXML, #to_s
Constructor Details
#initialize ⇒ PartyActionReport
Returns a new instance of PartyActionReport.
381512 381513 381514 381515 |
# File 'lib/quickfix50sp2.rb', line 381512 def initialize super getHeader().setField( Quickfix::MsgType.new("DI") ) end |