Class: Quickfix::NoLegMarketDisruptionEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegMarketDisruptionEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegMarketDisruptionEvents
constructor
A new instance of NoLegMarketDisruptionEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegMarketDisruptionEvents
Returns a new instance of NoLegMarketDisruptionEvents.
48860 48861 48862 48863 48864 48865 48866 |
# File 'lib/quickfix_fields.rb', line 48860 def initialize(data = nil) if( data == nil ) super(41467) else super(41467, data) end end |
Class Method Details
.field ⇒ Object
48857 48858 48859 |
# File 'lib/quickfix_fields.rb', line 48857 def NoLegMarketDisruptionEvents.field return 41467 end |