Class: Quickfix50Sp2::PositionReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEventNewsSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionReport::NoUnderlyings::NoUnderlyingProtectionTerms::NoUnderlyingProtectionTermEventNewsSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingProtectionTermEventNewsSources
constructor
A new instance of NoUnderlyingProtectionTermEventNewsSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingProtectionTermEventNewsSources
Returns a new instance of NoUnderlyingProtectionTermEventNewsSources.
251142 251143 251144 251145 251146 251147 |
# File 'lib/quickfix50sp2.rb', line 251142 def initialize order = Quickfix::IntArray.new(2) order[0] = 42091 order[1] = 0 super(42090, 42091, order) end |