Class: Quickfix50Sp2::PayManagementReport::NoProvisions::NoProvisionOptionExerciseFixedDates

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

#initializeNoProvisionOptionExerciseFixedDates

Returns a new instance of NoProvisionOptionExerciseFixedDates.



410459
410460
410461
410462
410463
410464
410465
# File 'lib/quickfix50sp2.rb', line 410459

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40143
	order[1] = 40144
	order[2] = 0
	super(40142, 40143, order)
end