Class: Quickfix43::DerivativeSecurityList::NoRelatedSym::NoLegs::NoLegSecurityAltID

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



2870
2871
2872
2873
2874
2875
2876
# File 'lib/quickfix43.rb', line 2870

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