Class: Quickfix::LegPaymentStreamAveragingMethod

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

Returns a new instance of LegPaymentStreamAveragingMethod.



31817
31818
31819
31820
31821
31822
31823
# File 'lib/quickfix_fields.rb', line 31817

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

Class Method Details

.fieldObject



31814
31815
31816
# File 'lib/quickfix_fields.rb', line 31814

def LegPaymentStreamAveragingMethod.field
	return 40348
end