Class: Quickfix::UnderlyingMakeWholeDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingMakeWholeDate

Returns a new instance of UnderlyingMakeWholeDate.



72481
72482
72483
72484
72485
72486
72487
# File 'lib/quickfix_fields.rb', line 72481

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