Class: Quickfix::LegEventDate

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

Returns a new instance of LegEventDate.



26981
26982
26983
26984
26985
26986
26987
# File 'lib/quickfix_fields.rb', line 26981

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

Class Method Details

.fieldObject



26978
26979
26980
# File 'lib/quickfix_fields.rb', line 26978

def LegEventDate.field
  return 2061
end