Class: Quickfix50Sp2::PartyRiskLimitCheckRequest::NoRelatedPartyDetailID
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequest::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.
370898 370899 370900 370901 370902 370903 370904 370905 370906 370907 370908 370909 |
# File 'lib/quickfix50sp2.rb', line 370898 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 |