Class: Quickfix::LegProtectionTermObligationType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermObligationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermObligationType
constructor
A new instance of LegProtectionTermObligationType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermObligationType
Returns a new instance of LegProtectionTermObligationType.
51031 51032 51033 51034 51035 51036 51037 |
# File 'lib/quickfix_fields.rb', line 51031 def initialize(data = nil) if( data == nil ) super(41636) else super(41636, data) end end |
Class Method Details
.field ⇒ Object
51028 51029 51030 |
# File 'lib/quickfix_fields.rb', line 51028 def LegProtectionTermObligationType.field return 41636 end |