Class: Quickfix50Sp2::AccountSummaryReport
- Inherits:
-
Message
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Message
- Message
- Quickfix50Sp2::AccountSummaryReport
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoCollateralAmounts, NoMarginAmt, NoPartyIDs, NoPayCollects, NoPosAmt, NoSettlementAmounts
Instance Method Summary collapse
-
#initialize ⇒ AccountSummaryReport
constructor
A new instance of AccountSummaryReport.
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 ⇒ AccountSummaryReport
Returns a new instance of AccountSummaryReport.
362843 362844 362845 362846 |
# File 'lib/quickfix50sp2.rb', line 362843 def initialize super getHeader().setField( Quickfix::MsgType.new("CQ") ) end |