Class: Quickfix::UnderlyingPaymentScheduleInterimExchangeDatesOffsetPeriod

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

Returns a new instance of UnderlyingPaymentScheduleInterimExchangeDatesOffsetPeriod.



36393
36394
36395
36396
36397
36398
36399
# File 'lib/quickfix_fields.rb', line 36393

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

Class Method Details

.fieldObject



36390
36391
36392
# File 'lib/quickfix_fields.rb', line 36390

def UnderlyingPaymentScheduleInterimExchangeDatesOffsetPeriod.field
  return 40700
end