Class: Quickfix50Sp2::PartyDetailsDefinitionRequestAck::NoPartyUpdates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyDetailsDefinitionRequestAck::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.
364207 364208 364209 364210 364211 364212 364213 364214 364215 364216 364217 364218 |
# File 'lib/quickfix50sp2.rb', line 364207 def initialize order = Quickfix::IntArray.new(8) order[0] = 1324 order[1] = 1879 order[2] = 1880 order[3] = 1328 order[4] = 1664 order[5] = 1665 order[6] = 1671 order[7] = 0 super(1676, 1324, order) end |