Class: Quickfix::ComplexEventFixingTime

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

Returns a new instance of ComplexEventFixingTime.



41125
41126
41127
41128
41129
41130
41131
# File 'lib/quickfix_fields.rb', line 41125

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

Class Method Details

.fieldObject



41122
41123
41124
# File 'lib/quickfix_fields.rb', line 41122

def ComplexEventFixingTime.field
  return 41027
end