Class: Quickfix::UnderlyingComplexEventDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventDateAdjusted

Returns a new instance of UnderlyingComplexEventDateAdjusted.



52448
52449
52450
52451
52452
52453
52454
# File 'lib/quickfix_fields.rb', line 52448

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