Class: Quickfix::LegComplexEventXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegComplexEventXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventXIDRef
constructor
A new instance of LegComplexEventXIDRef.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventXIDRef
47820 47821 47822 47823 47824 47825 47826 |
# File 'lib/quickfix_fields.rb', line 47820 def initialize(data = nil) if( data == nil ) super(2249) else super(2249, data) end end |