Class: Quickfix::UnderlyingOptionExerciseEarliestDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseEarliestDateOffsetDayType

Returns a new instance of UnderlyingOptionExerciseEarliestDateOffsetDayType.



53774
53775
53776
53777
53778
53779
53780
# File 'lib/quickfix_fields.rb', line 53774

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

Class Method Details

.fieldObject



53771
53772
53773
# File 'lib/quickfix_fields.rb', line 53771

def UnderlyingOptionExerciseEarliestDateOffsetDayType.field
	return 41823
end