Class: Quickfix::LegComplexEventFixingTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventFixingTime

Returns a new instance of LegComplexEventFixingTime.



47378
47379
47380
47381
47382
47383
47384
# File 'lib/quickfix_fields.rb', line 47378

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