Class: Quickfix::UnderlyingProtectionTermEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventBusinessCenter
constructor
A new instance of UnderlyingProtectionTermEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventBusinessCenter
Returns a new instance of UnderlyingProtectionTermEventBusinessCenter.
58779 58780 58781 58782 58783 58784 58785 |
# File 'lib/quickfix_fields.rb', line 58779 def initialize(data = nil) if( data == nil ) super(42073) else super(42073, data) end end |
Class Method Details
.field ⇒ Object
58776 58777 58778 |
# File 'lib/quickfix_fields.rb', line 58776 def UnderlyingProtectionTermEventBusinessCenter.field return 42073 end |