Class: Quickfix50::AssignmentReport::NoUnderlyings::NoUndlyInstrumentParties
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50::AssignmentReport::NoUnderlyings::NoUndlyInstrumentParties
- Defined in:
- lib/quickfix50.rb
Defined Under Namespace
Classes: NoUndlyInstrumentPartySubIDs
Instance Method Summary collapse
-
#initialize ⇒ NoUndlyInstrumentParties
constructor
A new instance of NoUndlyInstrumentParties.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUndlyInstrumentParties
16517 16518 16519 16520 16521 16522 16523 16524 16525 |
# File 'lib/quickfix50.rb', line 16517 def initialize order = Quickfix::IntArray.new(5) order[0] = 1059 order[1] = 1060 order[2] = 1061 order[3] = 1062 order[4] = 0 super(1058, 1059, order) end |