Class: Quickfix50Sp1::TradeCaptureReport::NoLegs::NoOfLegUnderlyings::NoUnderlyingLegSecurityAltID

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingLegSecurityAltID

Returns a new instance of NoUnderlyingLegSecurityAltID.



12954
12955
12956
12957
12958
12959
12960
# File 'lib/quickfix50sp1.rb', line 12954

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1335
	order[1] = 1336
	order[2] = 0
	super(1334, 1335, order)
end