Class: Quickfix::UnderlyingProvisionOptionExerciseFrequencyUnit

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

Returns a new instance of UnderlyingProvisionOptionExerciseFrequencyUnit.



59377
59378
59379
59380
59381
59382
59383
# File 'lib/quickfix_fields.rb', line 59377

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

Class Method Details

.fieldObject



59374
59375
59376
# File 'lib/quickfix_fields.rb', line 59374

def UnderlyingProvisionOptionExerciseFrequencyUnit.field
	return 42119
end