Class: Quickfix::ComplexEventXIDRef

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) ⇒ ComplexEventXIDRef

Returns a new instance of ComplexEventXIDRef.



41463
41464
41465
41466
41467
41468
41469
# File 'lib/quickfix_fields.rb', line 41463

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

Class Method Details

.fieldObject



41460
41461
41462
# File 'lib/quickfix_fields.rb', line 41460

def ComplexEventXIDRef.field
	return 2139
end