Class: Quickfix::LegPaymentScheduleFixingDayOfWeek

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

Returns a new instance of LegPaymentScheduleFixingDayOfWeek.



49692
49693
49694
49695
49696
49697
49698
# File 'lib/quickfix_fields.rb', line 49692

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

Class Method Details

.fieldObject



49689
49690
49691
# File 'lib/quickfix_fields.rb', line 49689

def LegPaymentScheduleFixingDayOfWeek.field
  return 41531
end