Class: Quickfix::ComplexEventDateOffsetPeriod

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

Returns a new instance of ComplexEventDateOffsetPeriod.



41060
41061
41062
41063
41064
41065
41066
# File 'lib/quickfix_fields.rb', line 41060

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

Class Method Details

.fieldObject



41057
41058
41059
# File 'lib/quickfix_fields.rb', line 41057

def ComplexEventDateOffsetPeriod.field
  return 41022
end