Class: Quickfix::NoReferenceDataDates

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



76235
76236
76237
# File 'lib/quickfix_fields.rb', line 76235

def NoReferenceDataDates.field
	return 2746
end