Class: Quickfix::ReferenceDataDateType

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) ⇒ ReferenceDataDateType

Returns a new instance of ReferenceDataDateType.



76264
76265
76266
76267
76268
76269
76270
# File 'lib/quickfix_fields.rb', line 76264

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

Class Method Details

.fieldObject



76261
76262
76263
# File 'lib/quickfix_fields.rb', line 76261

def ReferenceDataDateType.field
	return 2748
end