Class: Quickfix::LegPaymentScheduleFixingDateOffsetDayType

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

Returns a new instance of LegPaymentScheduleFixingDateOffsetDayType.



32532
32533
32534
32535
32536
32537
32538
# File 'lib/quickfix_fields.rb', line 32532

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

Class Method Details

.fieldObject



32529
32530
32531
# File 'lib/quickfix_fields.rb', line 32529

def LegPaymentScheduleFixingDateOffsetDayType.field
  return 40403
end