Class: Quickfix::UnderlyingComplexEventXIDRef

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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