Class: Quickfix44::QuoteStatusReport::NoLegs::NoLegStipulations

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegStipulations

Returns a new instance of NoLegStipulations.



9763
9764
9765
9766
9767
9768
9769
# File 'lib/quickfix44.rb', line 9763

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 688
	order[1] = 689
	order[2] = 0
	super(683, 688, order)
end