Class: Quickfix::UnderlyingPaymentStreamRealizedVarianceMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRealizedVarianceMethod

Returns a new instance of UnderlyingPaymentStreamRealizedVarianceMethod.



73599
73600
73601
73602
73603
73604
73605
# File 'lib/quickfix_fields.rb', line 73599

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