Class: Quickfix::UnderlyingOptionExerciseFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



53823
53824
53825
# File 'lib/quickfix_fields.rb', line 53823

def UnderlyingOptionExerciseFrequencyUnit.field
	return 41827
end