Class: Quickfix::ProtectionTermObligationType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermObligationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermObligationType
constructor
A new instance of ProtectionTermObligationType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermObligationType
Returns a new instance of ProtectionTermObligationType.
29932 29933 29934 29935 29936 29937 29938 |
# File 'lib/quickfix_fields.rb', line 29932 def initialize(data = nil) if( data == nil ) super(40202) else super(40202, data) end end |
Class Method Details
.field ⇒ Object
29929 29930 29931 |
# File 'lib/quickfix_fields.rb', line 29929 def ProtectionTermObligationType.field return 40202 end |