Class: Quickfix::UnderlyingMakeWholeDate

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

Returns a new instance of UnderlyingMakeWholeDate.



72481
72482
72483
72484
72485
72486
72487
# File 'lib/quickfix_fields.rb', line 72481

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

Class Method Details

.fieldObject



72478
72479
72480
# File 'lib/quickfix_fields.rb', line 72478

def UnderlyingMakeWholeDate.field
  return 42888
end