Class: Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements::NoPartyDetails::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements::NoPartyDetails::NoRelatedPartyDetailID::NoRelatedPartyDetailAltID
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRelatedPartyDetailAltSubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRelatedPartyDetailAltID
constructor
A new instance of NoRelatedPartyDetailAltID.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRelatedPartyDetailAltID
Returns a new instance of NoRelatedPartyDetailAltID.
364896 364897 364898 364899 364900 364901 364902 364903 |
# File 'lib/quickfix50sp2.rb', line 364896 def initialize order = Quickfix::IntArray.new(4) order[0] = 1570 order[1] = 1571 order[2] = 1572 order[3] = 0 super(1569, 1570, order) end |