Class: Quickfix::MDEntryDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDEntryDate

Returns a new instance of MDEntryDate.



14124
14125
14126
14127
14128
14129
14130
# File 'lib/quickfix_fields.rb', line 14124

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

Class Method Details

.fieldObject



14121
14122
14123
# File 'lib/quickfix_fields.rb', line 14121

def MDEntryDate.field
	return 272
end