Class: Quickfix::LegCouponFrequencyUnit

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

Returns a new instance of LegCouponFrequencyUnit.



42698
42699
42700
42701
42702
42703
42704
# File 'lib/quickfix_fields.rb', line 42698

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

Class Method Details

.fieldObject



42695
42696
42697
# File 'lib/quickfix_fields.rb', line 42695

def LegCouponFrequencyUnit.field
	return 2164
end