Class: Quickfix::UnderlyingOptionExerciseExpirationDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateOffsetPeriod

Returns a new instance of UnderlyingOptionExerciseExpirationDateOffsetPeriod.



54099
54100
54101
54102
54103
54104
54105
# File 'lib/quickfix_fields.rb', line 54099

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