Class: Quickfix50Sp2::CollateralRequest::NoLegs::NoLegInstrumentParties
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralRequest::NoLegs::NoLegInstrumentParties
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegInstrumentPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoLegInstrumentParties
constructor
A new instance of NoLegInstrumentParties.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegInstrumentParties
Returns a new instance of NoLegInstrumentParties.
276947 276948 276949 276950 276951 276952 276953 276954 276955 276956 |
# File 'lib/quickfix50sp2.rb', line 276947 def initialize order = Quickfix::IntArray.new(6) order[0] = 2255 order[1] = 2256 order[2] = 2257 order[3] = 2379 order[4] = 2258 order[5] = 0 super(2254, 2255, order) end |