Class: Quickfix::UnderlyingComplexEventXIDRef
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventXIDRef
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventXIDRef
constructor
A new instance of UnderlyingComplexEventXIDRef.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventXIDRef
Returns a new instance of UnderlyingComplexEventXIDRef.
52799 52800 52801 52802 52803 52804 52805 |
# File 'lib/quickfix_fields.rb', line 52799 def initialize(data = nil) if( data == nil ) super(2283) else super(2283, data) end end |