Class: Quickfix::UnderlyingComplexEventDateUnadjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventDateUnadjusted

Returns a new instance of UnderlyingComplexEventDateUnadjusted.



52370
52371
52372
52373
52374
52375
52376
# File 'lib/quickfix_fields.rb', line 52370

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