Class: Quickfix::UnderlyingProtectionTermStandardSources
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingProtectionTermStandardSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermStandardSources
constructor
A new instance of UnderlyingProtectionTermStandardSources.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermStandardSources
Returns a new instance of UnderlyingProtectionTermStandardSources.
58792 58793 58794 58795 58796 58797 58798 |
# File 'lib/quickfix_fields.rb', line 58792 def initialize(data = nil) if( data == nil ) super(42074) else super(42074, data) end end |
Class Method Details
.field ⇒ Object
58789 58790 58791 |
# File 'lib/quickfix_fields.rb', line 58789 def .field return 42074 end |