Class: Quickfix50Sp2::OrderMassStatusRequest::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.



197709
197710
197711
197712
197713
197714
197715
# File 'lib/quickfix50sp2.rb', line 197709

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