Class: Quickfix::LegProtectionTermEventDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProtectionTermEventDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventDayType
constructor
A new instance of LegProtectionTermEventDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventDayType
Returns a new instance of LegProtectionTermEventDayType.
50966 50967 50968 50969 50970 50971 50972 |
# File 'lib/quickfix_fields.rb', line 50966 def initialize(data = nil) if( data == nil ) super(41631) else super(41631, data) end end |
Class Method Details
.field ⇒ Object
50963 50964 50965 |
# File 'lib/quickfix_fields.rb', line 50963 def LegProtectionTermEventDayType.field return 41631 end |