Class: Quickfix::OptionExerciseFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseFrequencyUnit

Returns a new instance of OptionExerciseFrequencyUnit.



43842
43843
43844
43845
43846
43847
43848
# File 'lib/quickfix_fields.rb', line 43842

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