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



391878
391879
391880
391881
391882
391883
391884
391885
# File 'lib/quickfix50sp2.rb', line 391878

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