Class: Quickfix::DateRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DateRollConvention

Returns a new instance of DateRollConvention.



39240
39241
39242
39243
39244
39245
39246
# File 'lib/quickfix_fields.rb', line 39240

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