Class: Quickfix::NoLegProtectionTermEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegProtectionTermEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTermEvents
constructor
A new instance of NoLegProtectionTermEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTermEvents
Returns a new instance of NoLegProtectionTermEvents.
50888 50889 50890 50891 50892 50893 50894 |
# File 'lib/quickfix_fields.rb', line 50888 def initialize(data = nil) if( data == nil ) super(41625) else super(41625, data) end end |
Class Method Details
.field ⇒ Object
50885 50886 50887 |
# File 'lib/quickfix_fields.rb', line 50885 def NoLegProtectionTermEvents.field return 41625 end |