Class: Quickfix::PaymentScheduleInterimExchangeDatesOffsetDayType

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

Returns a new instance of PaymentScheduleInterimExchangeDatesOffsetDayType.



38551
38552
38553
38554
38555
38556
38557
# File 'lib/quickfix_fields.rb', line 38551

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

Class Method Details

.fieldObject



38548
38549
38550
# File 'lib/quickfix_fields.rb', line 38548

def PaymentScheduleInterimExchangeDatesOffsetDayType.field
  return 40866
end