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



168962
168963
168964
168965
168966
168967
168968
168969
# File 'lib/quickfix50sp2.rb', line 168962

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