Class: Quickfix::UnderlyingProtectionTermEventType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventType
constructor
A new instance of UnderlyingProtectionTermEventType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventType
Returns a new instance of UnderlyingProtectionTermEventType.
58844 58845 58846 58847 58848 58849 58850 |
# File 'lib/quickfix_fields.rb', line 58844 def initialize(data = nil) if( data == nil ) super(42078) else super(42078, data) end end |
Class Method Details
.field ⇒ Object
58841 58842 58843 |
# File 'lib/quickfix_fields.rb', line 58841 def .field return 42078 end |