Class: Quickfix::UnderlyingComplexEventReferencePage

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

Returns a new instance of UnderlyingComplexEventReferencePage.



52318
52319
52320
52321
52322
52323
52324
# File 'lib/quickfix_fields.rb', line 52318

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

Class Method Details

.fieldObject



52315
52316
52317
# File 'lib/quickfix_fields.rb', line 52315

def UnderlyingComplexEventReferencePage.field
	return 41735
end