Class: Quickfix::LegEndDate

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

Returns a new instance of LegEndDate.



61431
61432
61433
61434
61435
61436
61437
# File 'lib/quickfix_fields.rb', line 61431

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

Class Method Details

.fieldObject



61428
61429
61430
# File 'lib/quickfix_fields.rb', line 61428

def LegEndDate.field
  return 2506
end