Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID::NoRelatedPartyDetailAltSubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID::NoRelatedPartyDetailAltSubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRelatedPartyDetailAltSubIDs
constructor
A new instance of NoRelatedPartyDetailAltSubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRelatedPartyDetailAltSubIDs
Returns a new instance of NoRelatedPartyDetailAltSubIDs.
376206 376207 376208 376209 376210 376211 376212 |
# File 'lib/quickfix50sp2.rb', line 376206 def initialize order = Quickfix::IntArray.new(3) order[0] = 1573 order[1] = 1574 order[2] = 0 super(1572, 1573, order) end |