Class: Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention

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

Returns a new instance of UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention.



36367
36368
36369
36370
36371
36372
36373
# File 'lib/quickfix_fields.rb', line 36367

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

Class Method Details

.fieldObject



36364
36365
36366
# File 'lib/quickfix_fields.rb', line 36364

def UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention.field
  return 40698
end