Class: Quickfix::PaymentScheduleInterimExchangeDatesOffsetPeriod

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

Returns a new instance of PaymentScheduleInterimExchangeDatesOffsetPeriod.



38525
38526
38527
38528
38529
38530
38531
# File 'lib/quickfix_fields.rb', line 38525

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

Class Method Details

.fieldObject



38522
38523
38524
# File 'lib/quickfix_fields.rb', line 38522

def PaymentScheduleInterimExchangeDatesOffsetPeriod.field
  return 40864
end