Class: Quickfix::NoReferenceDataDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoReferenceDataDates

Returns a new instance of NoReferenceDataDates.



76238
76239
76240
76241
76242
76243
76244
# File 'lib/quickfix_fields.rb', line 76238

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