Class: Quickfix::UnderlyingComplexEventFixingTime

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

Returns a new instance of UnderlyingComplexEventFixingTime.



52461
52462
52463
52464
52465
52466
52467
# File 'lib/quickfix_fields.rb', line 52461

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

Class Method Details

.fieldObject



52458
52459
52460
# File 'lib/quickfix_fields.rb', line 52458

def UnderlyingComplexEventFixingTime.field
	return 41746
end