Class: Quickfix::LegPaymentStreamCompoundingStartDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateOffsetDayType

Returns a new instance of LegPaymentStreamCompoundingStartDateOffsetDayType.



66540
66541
66542
66543
66544
66545
66546
# File 'lib/quickfix_fields.rb', line 66540

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