Class: Quickfix::LegProtectionTermStandardSources
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegProtectionTermStandardSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermStandardSources
constructor
A new instance of LegProtectionTermStandardSources.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermStandardSources
Returns a new instance of LegProtectionTermStandardSources.
50862 50863 50864 50865 50866 50867 50868 |
# File 'lib/quickfix_fields.rb', line 50862 def initialize(data = nil) if( data == nil ) super(41623) else super(41623, data) end end |
Class Method Details
.field ⇒ Object
50859 50860 50861 |
# File 'lib/quickfix_fields.rb', line 50859 def LegProtectionTermStandardSources.field return 41623 end |