Class: Quickfix50Sp2::TradeCaptureReportRequest::NoLegs::NoLegSecurityAltID

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

#initializeNoLegSecurityAltID

Returns a new instance of NoLegSecurityAltID.



187275
187276
187277
187278
187279
187280
187281
187282
# File 'lib/quickfix50sp2.rb', line 187275

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 605
	order[1] = 606
	order[2] = 2958
	order[3] = 0
	super(604, 605, order)
end