Class: Quickfix::UnderlyingComplexEventDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetUnit

Returns a new instance of UnderlyingComplexEventDateOffsetUnit.



52409
52410
52411
52412
52413
52414
52415
# File 'lib/quickfix_fields.rb', line 52409

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