Class: Quickfix::UnderlyingProtectionTermEventPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProtectionTermEventPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventPeriod
constructor
A new instance of UnderlyingProtectionTermEventPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventPeriod
Returns a new instance of UnderlyingProtectionTermEventPeriod.
58883 58884 58885 58886 58887 58888 58889 |
# File 'lib/quickfix_fields.rb', line 58883 def initialize(data = nil) if( data == nil ) super(42081) else super(42081, data) end end |
Class Method Details
.field ⇒ Object
58880 58881 58882 |
# File 'lib/quickfix_fields.rb', line 58880 def .field return 42081 end |