Class: Quickfix::UnderlyingPaymentStreamResetFrequencyPeriod

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

Returns a new instance of UnderlyingPaymentStreamResetFrequencyPeriod.



35028
35029
35030
35031
35032
35033
35034
# File 'lib/quickfix_fields.rb', line 35028

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

Class Method Details

.fieldObject



35025
35026
35027
# File 'lib/quickfix_fields.rb', line 35025

def UnderlyingPaymentStreamResetFrequencyPeriod.field
	return 40595
end