Class: Quickfix::LegPaymentScheduleInterimExchangeDatesBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleInterimExchangeDatesBusinessCenter

Returns a new instance of LegPaymentScheduleInterimExchangeDatesBusinessCenter.



32610
32611
32612
32613
32614
32615
32616
# File 'lib/quickfix_fields.rb', line 32610

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