Class: Quickfix::LegProtectionTermEventPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegProtectionTermEventPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProtectionTermEventPeriod
constructor
A new instance of LegProtectionTermEventPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegProtectionTermEventPeriod
Returns a new instance of LegProtectionTermEventPeriod.
50940 50941 50942 50943 50944 50945 50946 |
# File 'lib/quickfix_fields.rb', line 50940 def initialize(data = nil) if( data == nil ) super(41629) else super(41629, data) end end |
Class Method Details
.field ⇒ Object
50937 50938 50939 |
# File 'lib/quickfix_fields.rb', line 50937 def LegProtectionTermEventPeriod.field return 41629 end |