Class: Quickfix::LegComplexEventPeriodDate

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

Returns a new instance of LegComplexEventPeriodDate.



47131
47132
47133
47134
47135
47136
47137
# File 'lib/quickfix_fields.rb', line 47131

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

Class Method Details

.fieldObject



47128
47129
47130
# File 'lib/quickfix_fields.rb', line 47128

def LegComplexEventPeriodDate.field
  return 41377
end