Class: Quickfix::ComplexEventDateRelativeTo

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ComplexEventDateRelativeTo

Returns a new instance of ComplexEventDateRelativeTo.



41047
41048
41049
41050
41051
41052
41053
# File 'lib/quickfix_fields.rb', line 41047

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

Class Method Details

.fieldObject



41044
41045
41046
# File 'lib/quickfix_fields.rb', line 41044

def ComplexEventDateRelativeTo.field
  return 41021
end