Class: Quickfix::UnderlyingComplexEventXID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



52783
52784
52785
# File 'lib/quickfix_fields.rb', line 52783

def UnderlyingComplexEventXID.field
	return 2282
end