Class: Quickfix::UnderlyingOptionExerciseExpirationDateOffsetPeriod

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) ⇒ 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

Class Method Details

.fieldObject



54096
54097
54098
# File 'lib/quickfix_fields.rb', line 54096

def UnderlyingOptionExerciseExpirationDateOffsetPeriod.field
	return 41848
end