Class: Quickfix50Sp2::CollateralRequest::NoInstrumentParties::NoInstrumentPartySubIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralRequest::NoInstrumentParties::NoInstrumentPartySubIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoInstrumentPartySubIDs
constructor
A new instance of NoInstrumentPartySubIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
275186 275187 275188 275189 275190 275191 275192 |
# File 'lib/quickfix50sp2.rb', line 275186 def initialize order = Quickfix::IntArray.new(3) order[0] = 1053 order[1] = 1054 order[2] = 0 super(1052, 1053, order) end |