Class: Quickfix::MakeWholeDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MakeWholeDate

Returns a new instance of MakeWholeDate.



68347
68348
68349
68350
68351
68352
68353
# File 'lib/quickfix_fields.rb', line 68347

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

Class Method Details

.fieldObject



68344
68345
68346
# File 'lib/quickfix_fields.rb', line 68344

def MakeWholeDate.field
	return 42591
end