Class: Quickfix::LegProtectionTermObligationValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermObligationValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermObligationValue
constructor
A new instance of LegProtectionTermObligationValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermObligationValue
Returns a new instance of LegProtectionTermObligationValue.
51044 51045 51046 51047 51048 51049 51050 |
# File 'lib/quickfix_fields.rb', line 51044 def initialize(data = nil) if( data == nil ) super(41637) else super(41637, data) end end |
Class Method Details
.field ⇒ Object
51041 51042 51043 |
# File 'lib/quickfix_fields.rb', line 51041 def LegProtectionTermObligationValue.field return 41637 end |