Class: Quickfix::CouponFrequencyUnit

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

Returns a new instance of CouponFrequencyUnit.



25525
25526
25527
25528
25529
25530
25531
# File 'lib/quickfix_fields.rb', line 25525

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

Class Method Details

.fieldObject



25522
25523
25524
# File 'lib/quickfix_fields.rb', line 25522

def CouponFrequencyUnit.field
	return 1949
end