Class: Quickfix::UnderlyingOptionExerciseExpirationFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationFrequencyUnit

Returns a new instance of UnderlyingOptionExerciseExpirationFrequencyUnit.



54138
54139
54140
54141
54142
54143
54144
# File 'lib/quickfix_fields.rb', line 54138

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