Class: Quickfix::LegOptionExerciseExpirationFrequencyPeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseExpirationFrequencyPeriod

Returns a new instance of LegOptionExerciseExpirationFrequencyPeriod.



49562
49563
49564
49565
49566
49567
49568
# File 'lib/quickfix_fields.rb', line 49562

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

Class Method Details

.fieldObject



49559
49560
49561
# File 'lib/quickfix_fields.rb', line 49559

def LegOptionExerciseExpirationFrequencyPeriod.field
	return 41521
end