Class: Quickfix50Sp2::CollateralAssignment::NoAdditionalTerms

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

Defined Under Namespace

Classes: NoAdditionalTermBondRefs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAdditionalTerms

Returns a new instance of NoAdditionalTerms.



281759
281760
281761
281762
281763
281764
281765
281766
# File 'lib/quickfix50sp2.rb', line 281759

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 40020
	order[1] = 40021
	order[2] = 40000
	order[3] = 0
	super(40019, 40020, order)
end