Class: Quickfix::LegPaymentStreamCompoundingDatesBusinessDayConvention

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

Returns a new instance of LegPaymentStreamCompoundingDatesBusinessDayConvention.



66007
66008
66009
66010
66011
66012
66013
# File 'lib/quickfix_fields.rb', line 66007

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

Class Method Details

.fieldObject



66004
66005
66006
# File 'lib/quickfix_fields.rb', line 66004

def LegPaymentStreamCompoundingDatesBusinessDayConvention.field
  return 42408
end