Class: Quickfix::LegPaymentStreamCompoundingStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateOffsetPeriod



66514
66515
66516
66517
66518
66519
66520
# File 'lib/quickfix_fields.rb', line 66514

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