Class: Quickfix::ProtectionTermEventType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventType
constructor
A new instance of ProtectionTermEventType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventType
Returns a new instance of ProtectionTermEventType.
29802 29803 29804 29805 29806 29807 29808 |
# File 'lib/quickfix_fields.rb', line 29802 def initialize(data = nil) if( data == nil ) super(40192) else super(40192, data) end end |
Class Method Details
.field ⇒ Object
29799 29800 29801 |
# File 'lib/quickfix_fields.rb', line 29799 def ProtectionTermEventType.field return 40192 end |