Class: Quickfix::LegComplexEventStartDate

Inherits:
UtcDateField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcDateField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventStartDate

Returns a new instance of LegComplexEventStartDate.



47846
47847
47848
47849
47850
47851
47852
# File 'lib/quickfix_fields.rb', line 47846

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

Class Method Details

.fieldObject



47843
47844
47845
# File 'lib/quickfix_fields.rb', line 47843

def LegComplexEventStartDate.field
  return 2251
end