Class: Quickfix50Sp2::CrossOrderCancelReplaceRequest::NoLegs::NoLegProvisions::NoLegProvisionOptionExerciseFixedDates

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

#initialize ⇒ NoLegProvisionOptionExerciseFixedDates

Returns a new instance of NoLegProvisionOptionExerciseFixedDates.



149558
149559
149560
149561
149562
149563
149564
# File 'lib/quickfix50sp2.rb', line 149558

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40496
	order[1] = 40497
	order[2] = 0
	super(40495, 40496, order)
end