Class: Quickfix::PaymentStreamRateIndexCurvePeriod

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

Returns a new instance of PaymentStreamRateIndexCurvePeriod.



37589
37590
37591
37592
37593
37594
37595
# File 'lib/quickfix_fields.rb', line 37589

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

Class Method Details

.fieldObject



37586
37587
37588
# File 'lib/quickfix_fields.rb', line 37586

def PaymentStreamRateIndexCurvePeriod.field
	return 40792
end