Class: Quickfix::ComplexEventPeriodDate

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

Returns a new instance of ComplexEventPeriodDate.



40878
40879
40880
40881
40882
40883
40884
# File 'lib/quickfix_fields.rb', line 40878

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

Class Method Details

.fieldObject



40875
40876
40877
# File 'lib/quickfix_fields.rb', line 40875

def ComplexEventPeriodDate.field
  return 41008
end