Class: Quickfix::UnderlyingPaymentStreamResetFrequencyUnit

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

Returns a new instance of UnderlyingPaymentStreamResetFrequencyUnit.



35041
35042
35043
35044
35045
35046
35047
# File 'lib/quickfix_fields.rb', line 35041

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

Class Method Details

.fieldObject



35038
35039
35040
# File 'lib/quickfix_fields.rb', line 35038

def UnderlyingPaymentStreamResetFrequencyUnit.field
	return 40596
end