Class: Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::NoInstrumentParties
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeMatchReport::NoInstrmtMatchSides::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.
365246 365247 365248 365249 365250 365251 365252 365253 365254 365255 |
# File 'lib/quickfix50sp2.rb', line 365246 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 |