Class: Quickfix::PaymentScheduleFixingDateBusinessDayConvention

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

Returns a new instance of PaymentScheduleFixingDateBusinessDayConvention.



38382
38383
38384
38385
38386
38387
38388
# File 'lib/quickfix_fields.rb', line 38382

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

Class Method Details

.fieldObject



38379
38380
38381
# File 'lib/quickfix_fields.rb', line 38379

def PaymentScheduleFixingDateBusinessDayConvention.field
  return 40853
end