Class: Quickfix::LegProtectionTermEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProtectionTermEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventBusinessCenter
constructor
A new instance of LegProtectionTermEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventBusinessCenter
Returns a new instance of LegProtectionTermEventBusinessCenter.
50849 50850 50851 50852 50853 50854 50855 |
# File 'lib/quickfix_fields.rb', line 50849 def initialize(data = nil) if( data == nil ) super(41622) else super(41622, data) end end |
Class Method Details
.field ⇒ Object
50846 50847 50848 |
# File 'lib/quickfix_fields.rb', line 50846 def LegProtectionTermEventBusinessCenter.field return 41622 end |