Class: Quickfix::LegMakeWholeDate

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

Returns a new instance of LegMakeWholeDate.



65799
65800
65801
65802
65803
65804
65805
# File 'lib/quickfix_fields.rb', line 65799

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

Class Method Details

.fieldObject



65796
65797
65798
# File 'lib/quickfix_fields.rb', line 65796

def LegMakeWholeDate.field
  return 42392
end