Class: Quickfix::LegComplexEventType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegComplexEventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventType
constructor
A new instance of LegComplexEventType.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventType
Returns a new instance of LegComplexEventType.
47443 47444 47445 47446 47447 47448 47449 |
# File 'lib/quickfix_fields.rb', line 47443 def initialize(data = nil) if( data == nil ) super(2219) else super(2219, data) end end |