Class: Quickfix50Sp2::PartyDetailsListUpdateReport::NoPartyUpdates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyDetailsListUpdateReport::NoPartyUpdates
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoPartyDetails
Instance Method Summary collapse
-
#initialize ⇒ NoPartyUpdates
constructor
A new instance of NoPartyUpdates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPartyUpdates
Returns a new instance of NoPartyUpdates.
356975 356976 356977 356978 356979 356980 356981 |
# File 'lib/quickfix50sp2.rb', line 356975 def initialize order = Quickfix::IntArray.new(3) order[0] = 1324 order[1] = 1671 order[2] = 0 super(1676, 1324, order) end |