Class: Quickfix::UnderlyingProtectionTermEventDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProtectionTermEventDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventDayType
constructor
A new instance of UnderlyingProtectionTermEventDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProtectionTermEventDayType
Returns a new instance of UnderlyingProtectionTermEventDayType.
58909 58910 58911 58912 58913 58914 58915 |
# File 'lib/quickfix_fields.rb', line 58909 def initialize(data = nil) if( data == nil ) super(42083) else super(42083, data) end end |
Class Method Details
.field ⇒ Object
58906 58907 58908 |
# File 'lib/quickfix_fields.rb', line 58906 def .field return 42083 end |