Class: Quickfix::NoLegComplexEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegComplexEvents
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegComplexEvents
constructor
A new instance of NoLegComplexEvents.
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 |