Class: Quickfix::LegProtectionTermEventValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermEventValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventValue
constructor
A new instance of LegProtectionTermEventValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventValue
Returns a new instance of LegProtectionTermEventValue.
50914 50915 50916 50917 50918 50919 50920 |
# File 'lib/quickfix_fields.rb', line 50914 def initialize(data = nil) if( data == nil ) super(41627) else super(41627, data) end end |
Class Method Details
.field ⇒ Object
50911 50912 50913 |
# File 'lib/quickfix_fields.rb', line 50911 def LegProtectionTermEventValue.field return 41627 end |