Class: Quickfix50Sp2::Confirmation::NoInstrumentParties
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::Confirmation::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.
219829 219830 219831 219832 219833 219834 219835 219836 219837 219838 |
# File 'lib/quickfix50sp2.rb', line 219829 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 |