Class: Quickfix::LegPaymentStreamInflationPublicationSource

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

Returns a new instance of LegPaymentStreamInflationPublicationSource.



31908
31909
31910
31911
31912
31913
31914
# File 'lib/quickfix_fields.rb', line 31908

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

Class Method Details

.fieldObject



31905
31906
31907
# File 'lib/quickfix_fields.rb', line 31905

def LegPaymentStreamInflationPublicationSource.field
  return 40355
end