Class: Quickfix::LegDateRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDateRollConvention

Returns a new instance of LegDateRollConvention.



39292
39293
39294
39295
39296
39297
39298
# File 'lib/quickfix_fields.rb', line 39292

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