Class: Quickfix::ProtectionTermEventValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProtectionTermEventValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventValue
constructor
A new instance of ProtectionTermEventValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventValue
Returns a new instance of ProtectionTermEventValue.
29815 29816 29817 29818 29819 29820 29821 |
# File 'lib/quickfix_fields.rb', line 29815 def initialize(data = nil) if( data == nil ) super(40193) else super(40193, data) end end |
Class Method Details
.field ⇒ Object
29812 29813 29814 |
# File 'lib/quickfix_fields.rb', line 29812 def ProtectionTermEventValue.field return 40193 end |