Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingStartDateOffsetDayType

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateOffsetDayType.



73222
73223
73224
73225
73226
73227
73228
# File 'lib/quickfix_fields.rb', line 73222

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