Class: Quickfix::UnderlyingComplexEventDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetDayType

Returns a new instance of UnderlyingComplexEventDateOffsetDayType.



52422
52423
52424
52425
52426
52427
52428
# File 'lib/quickfix_fields.rb', line 52422

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