Class: Quickfix::UnderlyingPaymentStreamPaymentFrequencyPeriod

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

Returns a new instance of UnderlyingPaymentStreamPaymentFrequencyPeriod.



34872
34873
34874
34875
34876
34877
34878
# File 'lib/quickfix_fields.rb', line 34872

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

Class Method Details

.fieldObject



34869
34870
34871
# File 'lib/quickfix_fields.rb', line 34869

def UnderlyingPaymentStreamPaymentFrequencyPeriod.field
	return 40583
end