Class: Quickfix::LegComplexEventDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventDateRelativeTo

Returns a new instance of LegComplexEventDateRelativeTo.



47300
47301
47302
47303
47304
47305
47306
# File 'lib/quickfix_fields.rb', line 47300

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