Class: Quickfix50Sp2::PositionTransferReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamPaymentDates

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

#initialize ⇒ NoUnderlyingPaymentStreamPaymentDates

Returns a new instance of NoUnderlyingPaymentStreamPaymentDates.



391143
391144
391145
391146
391147
391148
391149
# File 'lib/quickfix50sp2.rb', line 391143

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41938
	order[1] = 41939
	order[2] = 0
	super(41937, 41938, order)
end