Class: Quickfix::ProtectionTermEventDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ProtectionTermEventDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProtectionTermEventDayType
constructor
A new instance of ProtectionTermEventDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ProtectionTermEventDayType
Returns a new instance of ProtectionTermEventDayType.
29867 29868 29869 29870 29871 29872 29873 |
# File 'lib/quickfix_fields.rb', line 29867 def initialize(data = nil) if( data == nil ) super(40197) else super(40197, data) end end |
Class Method Details
.field ⇒ Object
29864 29865 29866 |
# File 'lib/quickfix_fields.rb', line 29864 def ProtectionTermEventDayType.field return 40197 end |