Class: Quickfix::UnderlyingPaymentStreamAveragingMethod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamAveragingMethod

Returns a new instance of UnderlyingPaymentStreamAveragingMethod.



35574
35575
35576
35577
35578
35579
35580
# File 'lib/quickfix_fields.rb', line 35574

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