Class: Quickfix::UnderlyingOptionExerciseEarliestDateOffsetPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseEarliestDateOffsetPeriod



53787
53788
53789
53790
53791
53792
53793
# File 'lib/quickfix_fields.rb', line 53787

def initialize(data = nil)
	if( data == nil )
		super(41824)
	else
		super(41824, data)
	end
end