Class: Quickfix50::SecurityDefinition::NoLegs::NoLegSecurityAltID

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



6786
6787
6788
6789
6790
6791
6792
# File 'lib/quickfix50.rb', line 6786

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