Class: Quickfix::UnderlyingProtectionTermNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingProtectionTermNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermNotional
constructor
A new instance of UnderlyingProtectionTermNotional.
Methods inherited from DoubleField
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
.field ⇒ Object
58724 58725 58726 |
# File 'lib/quickfix_fields.rb', line 58724 def .field return 42069 end |