Class: Quickfix::UnderlyingPaymentScheduleFixingTimeBusinessCenter

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTimeBusinessCenter

Returns a new instance of 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

Class Method Details

.fieldObject



36338
36339
36340
# File 'lib/quickfix_fields.rb', line 36338

def UnderlyingPaymentScheduleFixingTimeBusinessCenter.field
  return 40696
end