Class: Quickfix::ProtectionTermNotional

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

Returns a new instance of ProtectionTermNotional.



29672
29673
29674
29675
29676
29677
29678
# File 'lib/quickfix_fields.rb', line 29672

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

Class Method Details

.fieldObject



29669
29670
29671
# File 'lib/quickfix_fields.rb', line 29669

def ProtectionTermNotional.field
  return 40182
end