Class: Quickfix50Sp2::TradeCaptureReportRequest::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.



184988
184989
184990
184991
184992
184993
184994
# File 'lib/quickfix50sp2.rb', line 184988

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