Class: Quickfix::LegProtectionTermNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermNotional

Returns a new instance of LegProtectionTermNotional.



50797
50798
50799
50800
50801
50802
50803
# File 'lib/quickfix_fields.rb', line 50797

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

Class Method Details

.fieldObject



50794
50795
50796
# File 'lib/quickfix_fields.rb', line 50794

def LegProtectionTermNotional.field
	return 41618
end