Class: Quickfix::UnderlyingOptionExerciseStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseStartDateOffsetPeriod

Returns a new instance of UnderlyingOptionExerciseStartDateOffsetPeriod.



53865
53866
53867
53868
53869
53870
53871
# File 'lib/quickfix_fields.rb', line 53865

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