Class: Quickfix50Sp2::PartyActionRequest::NoRelatedPartyDetailID
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyActionRequest::NoRelatedPartyDetailID
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPartyRelationships, NoRelatedPartyDetailAltID, NoRelatedPartyDetailSubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRelatedPartyDetailID
constructor
A new instance of NoRelatedPartyDetailID.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRelatedPartyDetailID
Returns a new instance of NoRelatedPartyDetailID.
381456 381457 381458 381459 381460 381461 381462 381463 381464 381465 381466 381467 |
# File 'lib/quickfix50sp2.rb', line 381456 def initialize order = Quickfix::IntArray.new(8) order[0] = 1563 order[1] = 1564 order[2] = 1565 order[3] = 1675 order[4] = 1566 order[5] = 1569 order[6] = 1514 order[7] = 0 super(1562, 1563, order) end |