Class: Quickfix50Sp2::PartyActionReport::NoRequestingPartyIDs::NoRequestingPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyActionReport::NoRequestingPartyIDs::NoRequestingPartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRequestingPartySubIDs
constructor
A new instance of NoRequestingPartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRequestingPartySubIDs
Returns a new instance of NoRequestingPartySubIDs.
381540 381541 381542 381543 381544 381545 381546 |
# File 'lib/quickfix50sp2.rb', line 381540 def initialize order = Quickfix::IntArray.new(3) order[0] = 1662 order[1] = 1663 order[2] = 0 super(1661, 1662, order) end |