Class: Quickfix::PaymentScheduleInterimExchangeDatesBusinessDayConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleInterimExchangeDatesBusinessDayConvention



38499
38500
38501
38502
38503
38504
38505
# File 'lib/quickfix_fields.rb', line 38499

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

Class Method Details

.fieldObject



38496
38497
38498
# File 'lib/quickfix_fields.rb', line 38496

def PaymentScheduleInterimExchangeDatesBusinessDayConvention.field
  return 40862
end