Class: Quickfix::ComplexEventScheduleRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventScheduleRollConvention

Returns a new instance of ComplexEventScheduleRollConvention.



41541
41542
41543
41544
41545
41546
41547
# File 'lib/quickfix_fields.rb', line 41541

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