Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingDividendPayments
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingDividendPayments
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingDividendPayments
constructor
A new instance of NoUnderlyingDividendPayments.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingDividendPayments
Returns a new instance of NoUnderlyingDividendPayments.
337360 337361 337362 337363 337364 337365 337366 337367 337368 |
# File 'lib/quickfix50sp2.rb', line 337360 def initialize order = Quickfix::IntArray.new(5) order[0] = 42856 order[1] = 42857 order[2] = 42858 order[3] = 42859 order[4] = 0 super(42855, 42856, order) end |