Class: Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesBizDayConvention

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

Instance Method Summary collapse

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