Class: Quickfix::LegStartDate

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

Returns a new instance of LegStartDate.



61522
61523
61524
61525
61526
61527
61528
# File 'lib/quickfix_fields.rb', line 61522

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

Class Method Details

.fieldObject



61519
61520
61521
# File 'lib/quickfix_fields.rb', line 61519

def LegStartDate.field
  return 2513
end