Class: Quickfix50Sp2::SecurityDefinition::NoInstrumentParties
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::SecurityDefinition::NoInstrumentParties
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoInstrumentPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoInstrumentParties
constructor
A new instance of NoInstrumentParties.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoInstrumentParties
Returns a new instance of NoInstrumentParties.
106118 106119 106120 106121 106122 106123 106124 106125 106126 106127 |
# File 'lib/quickfix50sp2.rb', line 106118 def initialize order = Quickfix::IntArray.new(6) order[0] = 1019 order[1] = 1050 order[2] = 1051 order[3] = 2378 order[4] = 1052 order[5] = 0 super(1018, 1019, order) end |