Class: Quickfix::UnderlyingDateRollConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDateRollConvention

Returns a new instance of UnderlyingDateRollConvention.



39799
39800
39801
39802
39803
39804
39805
# File 'lib/quickfix_fields.rb', line 39799

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