Class: Quickfix::UnderlyingOptionExerciseStartDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateOffsetDayType

Returns a new instance of UnderlyingOptionExerciseStartDateOffsetDayType.



53891
53892
53893
53894
53895
53896
53897
# File 'lib/quickfix_fields.rb', line 53891

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