Class: Quickfix50Sp2::TradeCaptureReportAck::NoLegs::NoOfLegUnderlyings::NoUnderlyingLegSecurityAltID

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



19938
19939
19940
19941
19942
19943
19944
# File 'lib/quickfix50sp2.rb', line 19938

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