Class: Quickfix::ComplexEventDateOffsetPeriod

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

Instance Method Summary collapse

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