Class: Quickfix::UnderlyingOptionExerciseFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseFrequencyUnit

Returns a new instance of UnderlyingOptionExerciseFrequencyUnit.



53826
53827
53828
53829
53830
53831
53832
# File 'lib/quickfix_fields.rb', line 53826

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