Class: Quickfix::LegComplexEventPeriodType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventPeriodType

Returns a new instance of LegComplexEventPeriodType.



47170
47171
47172
47173
47174
47175
47176
# File 'lib/quickfix_fields.rb', line 47170

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