Class: Quickfix::PaymentScheduleInterimExchangeDateAdjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleInterimExchangeDateAdjusted

Returns a new instance of PaymentScheduleInterimExchangeDateAdjusted.



38564
38565
38566
38567
38568
38569
38570
# File 'lib/quickfix_fields.rb', line 38564

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

Class Method Details

.fieldObject



38561
38562
38563
# File 'lib/quickfix_fields.rb', line 38561

def PaymentScheduleInterimExchangeDateAdjusted.field
  return 40867
end