Class: Quickfix::LegProtectionTermEventType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventType
constructor
A new instance of LegProtectionTermEventType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventType
Returns a new instance of LegProtectionTermEventType.
50901 50902 50903 50904 50905 50906 50907 |
# File 'lib/quickfix_fields.rb', line 50901 def initialize(data = nil) if( data == nil ) super(41626) else super(41626, data) end end |
Class Method Details
.field ⇒ Object
50898 50899 50900 |
# File 'lib/quickfix_fields.rb', line 50898 def LegProtectionTermEventType.field return 41626 end |