Class: Quickfix50Sp1::NewOrderMultileg::NoLegs::NoLegAllocs::NoNested2PartyIDs::NoNested2PartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp1::NewOrderMultileg::NoLegs::NoLegAllocs::NoNested2PartyIDs::NoNested2PartySubIDs
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNested2PartySubIDs
constructor
A new instance of NoNested2PartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoNested2PartySubIDs
Returns a new instance of NoNested2PartySubIDs.
11927 11928 11929 11930 11931 11932 11933 |
# File 'lib/quickfix50sp1.rb', line 11927 def initialize order = Quickfix::IntArray.new(3) order[0] = 760 order[1] = 807 order[2] = 0 super(806, 760, order) end |