Class: Quickfix::UnderlyingComplexEventFixingTime

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

Instance Method Summary collapse

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