Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoUnderlyingStreams::NoUnderlyingPaymentStreamCompoundingDates

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoUnderlyingPaymentStreamCompoundingDates

Returns a new instance of NoUnderlyingPaymentStreamCompoundingDates.



336710
336711
336712
336713
336714
336715
336716
# File 'lib/quickfix50sp2.rb', line 336710

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42902
  order[1] = 42903
  order[2] = 0
  super(42901, 42902, order)
end