Class: Quickfix::UnderlyingProtectionTermNotional

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

Returns a new instance of UnderlyingProtectionTermNotional.



58727
58728
58729
58730
58731
58732
58733
# File 'lib/quickfix_fields.rb', line 58727

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

Class Method Details

.fieldObject



58724
58725
58726
# File 'lib/quickfix_fields.rb', line 58724

def UnderlyingProtectionTermNotional.field
  return 42069
end