Class: Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter

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) ⇒ UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter

Returns a new instance of UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter.



36380
36381
36382
36383
36384
36385
36386
# File 'lib/quickfix_fields.rb', line 36380

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

Class Method Details

.fieldObject



36377
36378
36379
# File 'lib/quickfix_fields.rb', line 36377

def UnderlyingPaymentScheduleInterimExchangeDatesBusinessCenter.field
  return 40699
end