Class: Quickfix::ProtectionTermObligationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermObligationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermObligationValue
constructor
A new instance of ProtectionTermObligationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermObligationValue
Returns a new instance of ProtectionTermObligationValue.
29945 29946 29947 29948 29949 29950 29951 |
# File 'lib/quickfix_fields.rb', line 29945 def initialize(data = nil) if( data == nil ) super(40203) else super(40203, data) end end |
Class Method Details
.field ⇒ Object
29942 29943 29944 |
# File 'lib/quickfix_fields.rb', line 29942 def ProtectionTermObligationValue.field return 40203 end |