Class: Quickfix::NoLegComplexEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegComplexEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegComplexEvents
constructor
A new instance of NoLegComplexEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegComplexEvents
Returns a new instance of NoLegComplexEvents.
47430 47431 47432 47433 47434 47435 47436 |
# File 'lib/quickfix_fields.rb', line 47430 def initialize(data = nil) if( data == nil ) super(2218) else super(2218, data) end end |
Class Method Details
.field ⇒ Object
47427 47428 47429 |
# File 'lib/quickfix_fields.rb', line 47427 def NoLegComplexEvents.field return 2218 end |