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