Class: Quickfix::LegPaymentStreamRealizedVarianceMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRealizedVarianceMethod

Returns a new instance of LegPaymentStreamRealizedVarianceMethod.



66917
66918
66919
66920
66921
66922
66923
# File 'lib/quickfix_fields.rb', line 66917

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