Class: Quickfix50Sp2::PartyDetailsListUpdateReport::NoRequestingPartyIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyDetailsListUpdateReport::NoRequestingPartyIDs
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoRequestingPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoRequestingPartyIDs
constructor
A new instance of NoRequestingPartyIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRequestingPartyIDs
Returns a new instance of NoRequestingPartyIDs.
356952 356953 356954 356955 356956 356957 356958 356959 356960 356961 |
# File 'lib/quickfix50sp2.rb', line 356952 def initialize order = Quickfix::IntArray.new(6) order[0] = 1658 order[1] = 1659 order[2] = 1660 order[3] = 2338 order[4] = 1661 order[5] = 0 super(1657, 1658, order) end |