Class: Quickfix::LegPaymentStreamRealizedVarianceMethod

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

Class Method Details

.fieldObject



66914
66915
66916
# File 'lib/quickfix_fields.rb', line 66914

def LegPaymentStreamRealizedVarianceMethod.field
	return 42478
end