Class: Quickfix::PaymentRateResetFrequencyUnit

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

Returns a new instance of PaymentRateResetFrequencyUnit.



77837
77838
77839
77840
77841
77842
77843
# File 'lib/quickfix_fields.rb', line 77837

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

Class Method Details

.fieldObject



77834
77835
77836
# File 'lib/quickfix_fields.rb', line 77834

def PaymentRateResetFrequencyUnit.field
	return 43105
end