Class: Quickfix::UnderlyingProtectionTermEventUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProtectionTermEventUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventUnit
constructor
A new instance of UnderlyingProtectionTermEventUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventUnit
58896 58897 58898 58899 58900 58901 58902 |
# File 'lib/quickfix_fields.rb', line 58896 def initialize(data = nil) if( data == nil ) super(42082) else super(42082, data) end end |
Class Method Details
.field ⇒ Object
58893 58894 58895 |
# File 'lib/quickfix_fields.rb', line 58893 def .field return 42082 end |