Class: Quickfix::UnderlyingPaymentScheduleFixingTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTimeBusinessCenter



36341
36342
36343
36344
36345
36346
36347
# File 'lib/quickfix_fields.rb', line 36341

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