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