Class: Quickfix::NoLegExecs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegExecs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegExecs
constructor
A new instance of NoLegExecs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegExecs
Returns a new instance of NoLegExecs.
24758 24759 24760 24761 24762 24763 24764 |
# File 'lib/quickfix_fields.rb', line 24758 def initialize(data = nil) if( data == nil ) super(1892) else super(1892, data) end end |
Class Method Details
.field ⇒ Object
24755 24756 24757 |
# File 'lib/quickfix_fields.rb', line 24755 def NoLegExecs.field return 1892 end |