Class: Quickfix::UnderlyingPaymentStreamInflationPublicationSource

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

Returns a new instance of UnderlyingPaymentStreamInflationPublicationSource.



35665
35666
35667
35668
35669
35670
35671
# File 'lib/quickfix_fields.rb', line 35665

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

Class Method Details

.fieldObject



35662
35663
35664
# File 'lib/quickfix_fields.rb', line 35662

def UnderlyingPaymentStreamInflationPublicationSource.field
  return 40644
end