Class: Quickfix::ComplexEventPeriodTime

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

Returns a new instance of ComplexEventPeriodTime.



40891
40892
40893
40894
40895
40896
40897
# File 'lib/quickfix_fields.rb', line 40891

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

Class Method Details

.fieldObject



40888
40889
40890
# File 'lib/quickfix_fields.rb', line 40888

def ComplexEventPeriodTime.field
  return 41009
end