Class: Quickfix::UnderlyingComplexEventXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventXID

Returns a new instance of UnderlyingComplexEventXID.



52786
52787
52788
52789
52790
52791
52792
# File 'lib/quickfix_fields.rb', line 52786

def initialize(data = nil)
	if( data == nil )
		super(2282)
	else
		super(2282, data)
	end
end