Class: Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyEntitlementsDefinitionRequestAck::NoPartyEntitlements
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoEntitlements, NoPartyDetails
Instance Method Summary collapse
-
#initialize ⇒ NoPartyEntitlements
constructor
A new instance of NoPartyEntitlements.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPartyEntitlements
Returns a new instance of NoPartyEntitlements.
364810 364811 364812 364813 364814 364815 364816 364817 364818 364819 364820 364821 364822 364823 |
# File 'lib/quickfix50sp2.rb', line 364810 def initialize order = Quickfix::IntArray.new(10) order[0] = 1324 order[1] = 1883 order[2] = 1884 order[3] = 1328 order[4] = 1664 order[5] = 1665 order[6] = 1671 order[7] = 1773 order[8] = 1885 order[9] = 0 super(1772, 1324, order) end |