Class: Quickfix::LegMarketDisruptionProvision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegMarketDisruptionProvision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMarketDisruptionProvision
constructor
A new instance of LegMarketDisruptionProvision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegMarketDisruptionProvision
Returns a new instance of LegMarketDisruptionProvision.
48795 48796 48797 48798 48799 48800 48801 |
# File 'lib/quickfix_fields.rb', line 48795 def initialize(data = nil) if( data == nil ) super(41462) else super(41462, data) end end |
Class Method Details
.field ⇒ Object
48792 48793 48794 |
# File 'lib/quickfix_fields.rb', line 48792 def LegMarketDisruptionProvision.field return 41462 end |