Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoUnderlyings::NoUnderlyingAdditionalTerms

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

Defined Under Namespace

Classes: NoUnderlyingAdditionalTermBondRefs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingAdditionalTerms

Returns a new instance of NoUnderlyingAdditionalTerms.



313505
313506
313507
313508
313509
313510
313511
313512
# File 'lib/quickfix50sp2.rb', line 313505

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 42037
	order[1] = 42038
	order[2] = 41340
	order[3] = 0
	super(42036, 42037, order)
end