Class: Quickfix::LegComplexEventDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventDateOffsetDayType

Returns a new instance of LegComplexEventDateOffsetDayType.



47339
47340
47341
47342
47343
47344
47345
# File 'lib/quickfix_fields.rb', line 47339

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